From: dgaudet Date: Fri, 18 Jun 1999 23:34:59 +0000 (+0000) Subject: I'm sure this is wrong... but it's my start. i/o layering. Lots of stuff X-Git-Tag: 1.3.7~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c60e40927eb27d3efc59d9fa08364b19d781b97f;p=thirdparty%2Fapache%2Fhttpd.git I'm sure this is wrong... but it's my start. i/o layering. Lots of stuff disabled/still to be implemented. This served up a few static requests. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83349 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/connection.c b/server/connection.c index 16ee8d494f6..7f639499a7a 100644 --- a/server/connection.c +++ b/server/connection.c @@ -66,6 +66,9 @@ #include +/* TODO: re-implement the lingering close stuff */ +#define NO_LINGCLOSE + /* * More machine-dependent networking gooo... on some systems, * you've got to be *really* sure that all the packets are acknowledged