Commit 8dcb89e4 authored by dgaudet's avatar dgaudet
Browse files

Note the fix for the Solaris -HUP problem.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@78691 13f79535-47bb-0310-9956-ffa450edef68
parent e00cedeb
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
Changes with Apache 1.2.2

  *) PORT: The slack fd changes in 1.2.1 introduced a problem with SIGHUP
     under Solaris 2.x (up through 2.5.1).  It has been fixed.
     [Dean Gaudet] PR#832

  *) API: In HTTP/1.1, whether or not a request message contains a body
     is independent of the request method and based solely on the presence
     of a Content-Length or Transfer-Encoding.  Therefore, our default