Hi Stefan,
Sorry I have not gotten back on this till now. Life jumped in the way
and then I had forgotten about it.
Your fixed patch builds with 0 errors 0 warnings, module loads and time
will tell how it works.
Thanks,
Gregg
Gregg L. Smith wrote:
Hi Stefan,
WRT Windows,
E:\build\httpd-2.2.x-dev\modules\filters\mod_reqtimeout.c(154) : error
C2065: 'core_module' : undeclared identifier
E:\build\httpd-2.2.x-dev\modules\filters\mod_reqtimeout.c(154) : error
C2223: left of '->module_index' must point to struct/union
[email protected] wrote:
Author: sf
Date: Mon May 10 20:54:05 2010
New Revision: 942899
http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=942899&r1=942898&r2=942899&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Mon May 10 20:54:05 2010
@@ -151,6 +151,27 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
2.2.x patch: http://people.apache.org/~sf/log_cookie_28037.diff
+1: sf
+ * mod_req-timeout/core: Backport bugfixes from trunk up to r935339:
+ 2.2.x patch:
http://people.apache.org/~sf/mod_reqtimeout_up_to_r935339.diff
+ sf: It would be nice if someone could review this specifically
WRT Windows