From: Bill Stoddard Date: Mon, 4 Mar 2002 14:53:32 +0000 (+0000) Subject: mod_cache tweak to make it HTTP/1.1 compliant X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87ffde00fc4fe7e6b24626b556a847067cc19716;p=apache mod_cache tweak to make it HTTP/1.1 compliant git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93697 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 1cabf7af61..5996d11004 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2002/03/04 14:44:28 $] +Last modified at [$Date: 2002/03/04 14:53:32 $] Release: @@ -421,6 +421,10 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: * Fix the worker MPM to use POD to kill child processes instead of ap_os_killpg, regardless of how they should die. (Ryan Bloom) + * mod_cache: handle cache_control: no_cache "field_name" to enable + cacheing the response w/o header "field_name" + See RFC2616 section 14.9.1 + PRs that have been suspended forever waiting for someone to put them into 'the next release':