Joe.C, joe at numa dot com dot tw writes:
authorEric Andersen <andersen@codepoet.org>
Tue, 24 Feb 2004 07:28:38 +0000 (07:28 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 24 Feb 2004 07:28:38 +0000 (07:28 -0000)
commitd8746cdc40b619f14223893f0e9401c4357352be
tree2b70dc4cff3ea3a6b1ff7e469ad09bf179e85929
parent60be069d581224b2242cfa8297377a6c11b02b52
Joe.C, joe at numa dot com dot tw writes:

Hi,

When downloading files over slow network (e.g. wireless/
internet) using IE, sometimes it will stop downloading and
show error message 'connection closed' when the download
is almost complete. This is because IE can't handle server
close connection properly.

Apache http_main.c fix this problem by close the connection
after client close the connection. This patch do exactly the
same thing. Please consider include this patch.

Joe.C
networking/httpd.c