From: dgaudet Date: Thu, 24 Jun 1999 07:29:32 +0000 (+0000) Subject: new-fangled BUFF... this could easily be broken, but hey, the one that X-Git-Tag: 1.3.7~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a0920b4b85ff2031cb31bfcf9199ba6f2e7d9af;p=thirdparty%2Fapache%2Fhttpd.git new-fangled BUFF... this could easily be broken, but hey, the one that 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 --- diff --git a/server/mpm/prefork/prefork.c b/server/mpm/prefork/prefork.c index 0d7c19e05b3..6e8da38f4ae 100644 --- a/server/mpm/prefork/prefork.c +++ b/server/mpm/prefork/prefork.c @@ -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);