2.2.x: http://people.apache.org/~covener/patches/httpd-2.2.x-memcache_streaming_debug-2.diff
+1 covener, poirier, rpluem
+ * mod_cache: Check the request to determine whether we are allowed
+ to return cached content at all, and respect a "Cache-Control:
+ no-cache" header from a client. Previously, "no-cache" would
+ behave like "max-age=0".
+ PR49200
+ Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=992625
+ 2.2.x patch: trunk patch works
+ +1: minfrin, jim
+ +1 covener (needs r996311 MMN bump)
+
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
See http://marc.info/?l=apache-httpd-dev&m=127970632901262&w=2 and
the links therein.
- * mod_cache: Check the request to determine whether we are allowed
- to return cached content at all, and respect a "Cache-Control:
- no-cache" header from a client. Previously, "no-cache" would
- behave like "max-age=0".
- PR49200
- Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=992625
- 2.2.x patch: trunk patch works
- +1: minfrin, jim
- +1 covener (needs r996311 MMN bump)
-
* mod_proxy: Release the backend connection as soon as EOS is detected,
so the backend isn't forced to wait for the client to eventually
acknowledge the data.