Disable Nagle algorithm for TCP based connections because
authorroberts <roberts>
Wed, 9 Dec 1998 05:41:38 +0000 (05:41 +0000)
committerroberts <roberts>
Wed, 9 Dec 1998 05:41:38 +0000 (05:41 +0000)
commit4d534ebfd782dd93df56de36e8183358221ce05c
treec651ecc5fd706319207ad22f9db5cda2dcad4f7e
parent203fd55ede1d9acf03af80a5e56b5ead59787e49
Disable Nagle algorithm for TCP based connections because
we don't expect any data in response to our write()s.  The
module and cgi-fcgi should also do this.

Modified Files: libfcgi/os_unix.c
libfcgi/os_unix.c