chuck 97/02/19 21:19:50
Modified: src CHANGES
Log:
Note HTTP status mask change for mod_proxy.
Revision Changes Path
1.173 +4 -0 apache/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache/src/CHANGES,v
retrieving revision 1.172
retrieving revision 1.173
diff -C3 -r1.172 -r1.173
*** CHANGES 1997/02/20 04:21:35 1.172
--- CHANGES 1997/02/20 05:19:48 1.173
***************
*** 1,5 ****
--- 1,9 ----
Changes with Apache 1.2b7
+ *) changed status check mask in proxy_http.c from "HTTP/#.# ### *" to
+ "HTTP/#.# ###*" to be more lenient about what we accept.
+ [Chuck Murcko]
+
*) more proxy FTP bug fixes:
- remove setting of SO_DEBUG socket option
- Make ftp_getrc() more lenient about multiline responses,