PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
+ * Event MPM: Add clogging_input_filters to the conn_rec, enabling mod_ssl
+ to revert to the Worker MPM IO behavoirs, rather than just hanging, when
+ using the Event MPM. (minor MMN bump)
+ Trunk version of patch:
+ http://svn.apache.org/viewvc?view=rev&revision=360257
+ http://svn.apache.org/viewvc?view=rev&revision=546328
+ http://svn.apache.org/viewvc?view=rev&revision=546650
+ http://svn.apache.org/viewvc?view=rev&revision=546715
+ 2.2.x version of patch:
+ http://people.apache.org/~pquerna/eventmpm-ssl-input-2.2.x.patch
+ +1: pquerna, jim, rpluem
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
http://svn.apache.org/viewvc?view=rev&revision=572136
+1: minfrin, jim
- * Event MPM: Add clogging_input_filters to the conn_rec, enabling mod_ssl
- to revert to the Worker MPM IO behavoirs, rather than just hanging, when
- using the Event MPM. (minor MMN bump)
- Trunk version of patch:
- http://svn.apache.org/viewvc?view=rev&revision=546328
- http://svn.apache.org/viewvc?view=rev&revision=546650
- http://svn.apache.org/viewvc?view=rev&revision=546715
- 2.2.x version of patch:
- http://people.apache.org/~pquerna/eventmpm-ssl-input-2.2.x.patch
- +1: pquerna, jim
- rpluem says: Your 2.2.x version also contains r360257. Why?
- It seems to be that r360257 is part of the write completion
- on trunk which is not part of 2.2.x.
-
* mod_rewrite: Also set the Vary header if a rewrite condition is true and
uses a HTTP header, but all remaining rewrite conditions are skipped due
to the [OR] flag.