_______________________________________________________________________
The Oscars(R) are coming.. http://us.imdb.com/Oscars/oscars_1996
.. no hype, just the facts.
---------- Forwarded message ----------
Date: Tue, 4 Mar 1997 14:43:53 -0700
From: Vladas <vladas@systemsix.com>
To: apache-bugs@apache.org
Apache correction suggestion:
Just to consider another way of getting rid of
intermediate statuses of TCP connections we inserted
close after unsuccessful operation. It happens on our
system ( USIX 2.0.8 ) if client is constantly clicking
on reload button on Netscape 3.0 Gold.
line 1730:
if (getsockname(csd, &sa_server, &clen) < 0) {
log_unixerr("getsockname", NULL, NULL, server_conf);
/* Helps to clean-up TCP connections*/
close (csd);
continue;
}
sock_disable_nagle(csd);
Thanks for apache 1.2b7.
vladas@systemsix.com
|