[squid-users] Problem with access.log and when using SMP

2020-12-18 Thread mikio . kishi
Hi, I have the following same problem using access_log. http://squid-web-proxy-cache.1019090.n4.nabble.com/Problem-with-access-log-and-when-using-SMP-td4668524.html In that case, does the following "stdio" logging module also become a workaround to solve the issue ? > stdio Write each log line

Re: [squid-users] Proxy Server closes the connection to http server before transferring all application data to http client

2020-12-18 Thread Alex Rousskov
On 12/18/20 6:10 AM, Zhang, Lily (USD) wrote: > Http client use libcurl, curl_easy_recv API returns > CURLE_UNSUPPORTED_PROTOCOL,/* 1 */ > This meets the description https://curl.se/mail/lib-2013-01/0246.html , > CURLE_UNSUPPORTED_PROTOCOL means that connection was shutdown. > > 10.105.8.

Re: [squid-users] Proxy Server closes the connection to http server before transferring all application data to http client

2020-12-18 Thread Zhang, Lily (USD)
Hi Alex I reproduced this issue when http client/server uses http connection: close. See attached log file ( I don't know how to share a link to you). Http client use libcurl, curl_easy_recv API returns CURLE_UNSUPPORTED_PROTOCOL,/* 1 */ This meets the description https://curl.se/mail/li