wrowe 2003/04/17 11:20:59
Modified: . Tag: APACHE_2_0_BRANCH STATUS
Log:
Need to fix apr, not httpd. Httpd patch is good too, but first things
first.
Revision Changes Path
No revision
No revision
1.751.2.222 +9 -1 httpd-2.0/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/httpd-2.0/STATUS,v
retrieving revision 1.751.2.221
retrieving revision 1.751.2.222
diff -u -r1.751.2.221 -r1.751.2.222
--- STATUS 17 Apr 2003 17:14:28 -0000 1.751.2.221
+++ STATUS 17 Apr 2003 18:20:58 -0000 1.751.2.222
@@ -70,6 +70,14 @@
CHANGES 1.1145
server/mpm_common.c 1.107
+1: ake, trawick, stoddard
+ -1: wrowe
+ wrowe notes: I don't dislike the patch - but the breakage illustrates
+ breakage in APR. Why? Because APR is not in the business
+ of exposing undecorated names. I suggest we go back to
+ square one, decorate the change to apr.hw, and when we
+ start patching for 2.1-dev/2.0 - test for APR_TCP_NODELAY
+ as well as TCP_NODELAY.
+
* AllowEncodedSlashes patch to permit %2f in path-info.
CHANGES r1.1038
|