Re: [squid-users] TCP_TUNNEL/500 in squid logs in squid 5.9

2023-06-12 Thread sachin gupta
hin, > > What's the issue? > That the logs don't reflect the reality? > > Thanks, > Eliezer > > > From: squid-users On Behalf > Of sachin gupta > Sent: Thursday, May 25, 2023 18:21 > To: squid-users@lists.squid-cache.org > Subject: [squid-users] TCP_TUN

Re: [squid-users] TCP_TUNNEL/500 in squid logs in squid 5.9

2023-06-12 Thread ngtech1ltd
Hey Sachin, What's the issue? That the logs don't reflect the reality? Thanks, Eliezer From: squid-users On Behalf Of sachin gupta Sent: Thursday, May 25, 2023 18:21 To: squid-users@lists.squid-cache.org Subject: [squid-users] TCP_TUNNEL/500 in squid logs in squid 5.9 Hi A

Re: [squid-users] TCP_TUNNEL/500 in squid logs in squid 5.9

2023-05-26 Thread sachin gupta
Hi I also added some prints in ClientHttpRequest::logRequest to see if it is getting 500 from response. 398 if (const auto reply = findReply()) { 399 400 debugs(33, 8, "SACHIN clientLogRequest: status='" << reply->sline.status() << "'"); 401 debugs(33, 8, "SACHIN clien

[squid-users] TCP_TUNNEL/500 in squid logs in squid 5.9

2023-05-25 Thread sachin gupta
Hi All We are migrating for squid 4.15 to squid 5.9. We are running our existing test suite to check if we pass our sanity testing. For requests in transparent mode, though request passes and client get 200, in squid logs we are getting TCP_TUNNEL/500. We were not getting this issue with squid 4.