]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Now that APR knows when TCP_NODELAY is inherited, use its setting to
authorJeff Trawick <trawick@apache.org>
Thu, 5 Apr 2001 19:04:14 +0000 (19:04 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 5 Apr 2001 19:04:14 +0000 (19:04 +0000)
commitae1f2dfa7da78d8eb60111c04af4076435665c2a
treea7c71c12e8cd4ac9da92fe139b61c737ebd74f80
parenta43bb9db2e8261e3f86daee1b01382d8affe06e5
Now that APR knows when TCP_NODELAY is inherited, use its setting to
know when to set that option on the listening socket.

(not that I understand to start with why we bother saving this minimal
pathlength when it isn't inherited)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88733 13f79535-47bb-0310-9956-ffa450edef68
server/listen.c