One final (?) set of patches for 2.HEAD

2009-05-07 Thread Mark Nottingham
Just a few more; HTCP logging http://www.squid-cache.org/bugs/show_bug.cgi?id=2627 ignore-must-revalidate http://www.squid-cache.org/bugs/show_bug.cgi?id=2645 Create request methods consistently http://www.squid-cache.org/bugs/show_bug.cgi?id=2646 Do override-* before

Re: One final (?) set of patches for 2.HEAD

2009-05-07 Thread Matt Benjamin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 We have another for HTCP accelerator mode. Jason will hopefully send. Mark Nottingham wrote: Just a few more; ... -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

[PATCH] Bug 422: RFC 2616 Date header requirements

2009-05-07 Thread Amos Jeffries
AFAICT the Date: header is already implemented on all generated pages and ICAP processed pages. This tests and enforces Date: on all outgoing replies as required. I'm not certain this is the right place, it appears to be post-caching. The RFC indicates the Date: should be enforced pre-caching.

Re: [PATCH] Bug 422: RFC 2616 Date header requirements

2009-05-07 Thread Bundle Buggy
Bundle Buggy has detected this merge request. For details, see: http://bundlebuggy.aaronbentley.com/project/squid/request/%3C4A037FD6.3080207%40treenet.co.nz%3E Project: Squid

Re: [RFC] MERGE: chunked-encoding patch for 3.0

2009-05-07 Thread Amos Jeffries
Alex Rousskov wrote: On 05/03/2009 12:47 AM, Amos Jeffries wrote: The Gentoo project have back-ported the chunked-encoding changes from 3.1 to 3.0. Votes please on whether it should be merged into 3.0 officially or left as a patch? I've held off so far due to 3.0 being under freeze and 3.1

Re: [RFC] MERGE: chunked-encoding patch for 3.0

2009-05-07 Thread Alex Rousskov
On 05/07/2009 07:11 PM, Amos Jeffries wrote: Alex Rousskov wrote: If we do apply this, should we apply chunked _request_ support hack as well? That change is available as two 3.0 patches and has received some production testing (v3.1 and trunk port are almost done):

adding content to the cache

2009-05-07 Thread Laurent Luce
I am looking for a way to manually add content to the cache. Is there an API to do that ? For example, I have the following file image.gif and I want to add it to the proxy cache so it can be served from there when needed. Laurent