From: dgaudet Date: Sun, 20 Jul 1997 18:22:02 +0000 (+0000) Subject: Note the fix for the Solaris -HUP problem. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7caa89626f07e80814e283c192f335dd51a17013;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/APACHE_1_2_X/src/CHANGES b/APACHE_1_2_X/src/CHANGES index f9f4ba62800..05010462be6 100644 --- a/APACHE_1_2_X/src/CHANGES +++ b/APACHE_1_2_X/src/CHANGES @@ -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