]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Note the fix for the Solaris -HUP problem.
authordgaudet <dgaudet@unknown>
Sun, 20 Jul 1997 18:22:02 +0000 (18:22 +0000)
committerdgaudet <dgaudet@unknown>
Sun, 20 Jul 1997 18:22:02 +0000 (18:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@78691 13f79535-47bb-0310-9956-ffa450edef68

APACHE_1_2_X/src/CHANGES

index f9f4ba62800c4131a8b123569665d539691a3e6f..05010462be6aadc9d29c43944084b0c2a6e326a3 100644 (file)
@@ -1,5 +1,9 @@
 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