From c60e40927eb27d3efc59d9fa08364b19d781b97f Mon Sep 17 00:00:00 2001 From: dgaudet Date: Fri, 18 Jun 1999 23:34:59 +0000 Subject: [PATCH] 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 --- server/connection.c | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.2