nd 2003/02/27 05:49:22
Modified: . Tag: APACHE_2_0_BRANCH STATUS
Log:
vote here and there.
Revision Changes Path
No revision
No revision
1.751.2.131 +6 -3 httpd-2.0/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/httpd-2.0/STATUS,v
retrieving revision 1.751.2.130
retrieving revision 1.751.2.131
diff -u -r1.751.2.130 -r1.751.2.131
--- STATUS 27 Feb 2003 12:53:15 -0000 1.751.2.130
+++ STATUS 27 Feb 2003 13:49:21 -0000 1.751.2.131
@@ -59,9 +59,12 @@
PATCHES TO PORT FROM 2.1
[ please place file names and revisions from HEAD here, so it is easy to
identify exactly what the proposed changes are! ]
+
* Win32: Avoid busy wait when all worker threads are busy.
server/mpm/winnt/child.c r1.12
+1: stoddard
+ nd: +1 on concept. Cannot verify the implementation
+ (lacking knowledge), sorry.
-1:
* Fix SSLMutex bogusness where right now it always uses APR_LOCK_DEFAULT.
@@ -77,7 +80,7 @@
morph the request bodies. Previously, if an input filter
changed the request body, the original C-L would be sent which
would be incorrect.
-
+
Due to HTTP compliance, we must either send the body T-E: chunked
or include a C-L for the request body. Connection: Close is not
an option. [jerenkrantz 2002/12/08 21:37:27]
@@ -123,7 +126,7 @@
* Fix a problem where a redirected subrequest doesn't have the
subrequest filter in place (PR 15423).
modules/http/http_request.c: r1.154
- +1: trawick
+ +1: trawick, nd
* Fix mod_rewrite's path handling. This should apply at least to 2.0.
A working patch (on my machine) for 1.3 is:
|