Amos Jeffries
Amos Jeffries
FYI: To those of you staying with Squid 2.7 because it allowed "transparent" to be configured. Please be aware that Squid-2 does not actually do what "transparent" is supposed to...
@ssteeltm if that alone works your Squid is broken. See my last comment. Windows lacks a way to get the mandatory NAT information from the OS to Squid. The PROXYv2...
It should be obvious to anyone reading that code (and thus seeing the comment) what kind of things reach the free and false result. Comments have to be manually maintained,...
read_ahead_gap is clearly documented as the limitation on how many bytes are read "when retrieving an object from another server". I do not see how it can be "mostly unrelated"...
> AFAICT, @yadij primary [objection](https://github.com/squid-cache/squid/pull/736#issuecomment-710804066) and even previous changes like commit [5791270](https://github.com/squid-cache/squid/commit/579127027b1b73e9f9e9553f588585e6b6f010a8) were based on a misunderstanding what inBuf is, and where read-ahead content accumulation actually happens in Squid. Nobody...
For 1 - this is the initial step to make the simple bits configurable and preview the design direction. For 2 - there is no better design in Squid today...
FTR: code changes have not yet been runtime tested to verify accuracy of the resulting internal representation for OPTIONS response messages, nor debug display of parsed objects.
Marked as waiting for QA since ICAP testing still needed to see if there is any unexpected issues author and review cannot see. I will run it with c-icap echo...
NP: this is not yet fully tested. Specifically the use of RegisteredRunner::finalizeConfig moves from enter_suid() to leave_suid() capabilities. I am not sure if that has any relevance to setting affinity...
> > It is a flag to control ACL matching against the HttpRequest data > > What makes you think that? AFACIT, commit [090f1d3](https://github.com/squid-cache/squid/commit/090f1d3c3c4e1aa9ab96b84787907967313ccfcf) reached (and painstakingly documented) essentially the...