On Wed, 2008-05-07 at 23:00 -0700, Ben Drees wrote: > I've been making reverse proxy tweaks to a local branch of Squid 2.6 for > a couple of years. > One of the tweaks is a "variable expiration" mechanism that is similar > in spirit to the "cache channels" > idea, but aimed more toward fine-grained read/write content. Its pretty > mature and might be of interest to someone out there, so I come seeking > permission to host it on devel.squid-cache.org > (or advice on other ways to present it for comment).
If the changes are not huge, I would recommend posting a patch on bugzilla. Otherwise, you probably want to setup a separate development branch for your work. If you can, please port your changes to Squid3 so that they do not have to be discarded or ported again down the road. Since Squid3 is using bzr, you do not need any special assistance to start and maintain your own development branch: http://wiki.squid-cache.org/Squid3VCS Thank you, Alex.
