dgaudet 97/07/20 11:22:04
Modified: src Tag: APACHE_1_2_X CHANGES Log: Note the fix for the Solaris -HUP problem. Revision Changes Path No revision No revision 1.286.2.29 +4 -0 apache/src/CHANGES Index: CHANGES =================================================================== RCS file: /export/home/cvs/apache/src/CHANGES,v retrieving revision 1.286.2.28 retrieving revision 1.286.2.29 diff -C3 -r1.286.2.28 -r1.286.2.29 *** CHANGES 1997/07/19 20:17:38 1.286.2.28 --- CHANGES 1997/07/20 18:22:02 1.286.2.29 *************** *** 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