]> granicus.if.org Git - apache/commit
restore disable-nagle logic for connected sockets
authorJeff Trawick <trawick@apache.org>
Thu, 26 Mar 2009 15:43:46 +0000 (15:43 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 26 Mar 2009 15:43:46 +0000 (15:43 +0000)
commitf2aefa329b7e3d1a7a651053acd3884ab1f63de7
tree9a08daf66df850bf0611bc983d6f1240a00cb3fe
parent901744828a2287c5fc2bd6bbd3f1f39184ce1b98
restore disable-nagle logic for connected sockets

Note: Prior to the MPM-as-DSO churn, the following MPMs did not enable this logic:

  WinNT       APR supports no-oping the setsockopt() based on inheriting Nagle from the
              listening socket on this platform, so the new APR call will be a no-op.
  simple      same as WinNT for at least some Unix-y platforms
  BeOS        shrug

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