]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
new-fangled BUFF... this could easily be broken, but hey, the one that
authordgaudet <dgaudet@unknown>
Thu, 24 Jun 1999 07:29:32 +0000 (07:29 +0000)
committerdgaudet <dgaudet@unknown>
Thu, 24 Jun 1999 07:29:32 +0000 (07:29 +0000)
was in here before was broken in different ways... I've served up a few
pages with this one.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83373 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/prefork/prefork.c

index 0d7c19e05b3a82c1fb836c94e20926b9d68dd78a..6e8da38f4ae6d1280255fe4ef9c0ad77695097d7 100644 (file)
@@ -2630,7 +2630,7 @@ static void child_main(int child_num_arg)
        (void) ap_update_child_status(my_child_num, SERVER_BUSY_READ,
                                   (request_rec *) NULL);
 
-       conn_io = ap_bcreate(ptrans, B_RDWR | B_SOCKET);
+       conn_io = ap_bcreate(ptrans, B_RDWR);
 
 #ifdef B_SFIO
        (void) sfdisc(conn_io->sf_in, SF_POPDISC);