Re: [squid-users] Squid 6.6 kick abandoning connections

2024-07-12 Thread Andrey K
NULL, > #if USE_AUTH > http->getConn() != NULL && > http->getConn()->getAuth() != NULL ? > http->getConn()->getAuth() : > http->request->auth_user_request); >

Re: [squid-users] Squid 6.6 kick abandoning connections

2024-07-09 Thread jonathanlee571
Auth() : http->request->auth_user_request); #else NULL); #endif node = (clientStreamNode *)http->client_stream.tail->data; clientStreamRead(node, http, node->readBuffer); } void ClientRequestContext::hostHeaderVerify() -Original Me

Re: [squid-users] Squid 6.6 kick abandoning connections

2024-07-08 Thread Alex Rousskov
On 2024-07-08 12:31, Jonathan Lee wrote: I can confirm I have no ipv6 our isp is ipv4 only and I have IPv6 disabled on the firewall and with layer 2 and 3 traffic This problem is not specific to any IP family/version. Alex. On Jul 8, 2024, at 09:15, Alex Rousskov wrote: On 2024-07-05 2

Re: [squid-users] Squid 6.6 kick abandoning connections

2024-07-08 Thread Jonathan Lee
I can confirm I have no ipv6 our isp is ipv4 only and I have IPv6 disabled on the firewall and with layer 2 and 3 traffic Sent from my iPhone > On Jul 8, 2024, at 09:15, Alex Rousskov > wrote: > > On 2024-07-05 21:07, Jonathan Lee wrote: > >> I am using Bump with certificates installed on d

Re: [squid-users] Squid 6.6 kick abandoning connections

2024-07-08 Thread Alex Rousskov
On 2024-07-05 21:07, Jonathan Lee wrote: I am using Bump with certificates installed on devices does anyone know what this error is... kick abandoning conn43723 local=192.168.1.1:3128 remote=192.168.1.5:52129 FD 178 flags=1 This "kick abandoning" message marks a Squid problem or bug: Squid

[squid-users] Squid 6.6 kick abandoning connections

2024-07-05 Thread Jonathan Lee
Hello fellow Squid Users I am using Bump with certificates installed on devices does anyone know what this error is... kick abandoning conn43723 local=192.168.1.1:3128 remote=192.168.1.5:52129 FD 178 flags=1 Does anyone know how to fix my last weird error I have with Squid 6.6 This is my la