summaryrefslogtreecommitdiffstats
path: root/usr.sbin/httpd/src/modules/ssl/ssl_engine_kernel.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/httpd/src/modules/ssl/ssl_engine_kernel.c')
-rw-r--r--usr.sbin/httpd/src/modules/ssl/ssl_engine_kernel.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/httpd/src/modules/ssl/ssl_engine_kernel.c b/usr.sbin/httpd/src/modules/ssl/ssl_engine_kernel.c
index 8bec6d690bf..01b0a9ea51a 100644
--- a/usr.sbin/httpd/src/modules/ssl/ssl_engine_kernel.c
+++ b/usr.sbin/httpd/src/modules/ssl/ssl_engine_kernel.c
@@ -429,9 +429,7 @@ void ssl_hook_NewConnection(conn_rec *conn)
* (don't used under Win32, because
* there we use select())
*/
-#ifndef WIN32
SSL_set_read_ahead(ssl, TRUE);
-#endif
#ifdef SSL_VENDOR
/* Allow vendors to do more things on connection time... */