On 04/01/18 21:51, Vieri wrote:
Hi again,
I haven't taken a look at Squid's source code, but I guess that when Squid
communicates with a c-icap service it acts as a typical socket client, right?
eg. connect(), write(), read(), close()
Uh, Those are system calls for receiving TCP connections a
On 04/01/18 19:43, Umut Arus wrote:
Thank you. It seems a nice guide. I mean caching some destinations used
for download without doing any setup on client side. Is it possible to
use dns to proxy redirection for some destination zones?
No. Well, it may be _possible_ but very, very far from saf
On 1/3/2018 9:05 PM, Amos Jeffries wrote:
> On 04/01/18 14:09, John Ratliff wrote:
>> On 1/3/2018 3:26 PM, Antony Stone wrote:
>>> On Wednesday 03 January 2018 at 21:06:42, John Ratliff wrote:
>>>
When I try to setup squid as a transparent proxy, I never get any
response from Squid.
>>>
Hi again,
I haven't taken a look at Squid's source code, but I guess that when Squid
communicates with a c-icap service it acts as a typical socket client, right?
eg. connect(), write(), read(), close()
Does Squid consider forcing disconnection (close()) if the read() is "too long"?
Is there suc