<div dir="ltr"><span style="font-size:12.8px">Dear squid-users mailing list,</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">Thank you for reading this message and for all your hard work on this great project.</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">I have inherited a Squid 3.5.2 install, with ecap, icap, and custom respmod and reqmod icap services.  I am upgrading to Squid 4, adding ssl-bump, and upgrading c-icap to 0.5.2.</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">When I run squid without icap (by editing it out of squid.conf), things work fine and my custom client can load http and https pages.  However, for http, when I turn on icap, squid shuts down the connection early, without returning the body of the response.  It seems it cannot read the content length header and that messes up both squid and icap.  Or is there some disconnect about the 206 code from icap?  </span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">Does anyone know what I can do to further debug or fix this issue?  Debugging info below, (sanitized so you'll see dummy names like 'custom-info').  Let me know if there is anything else I can add.</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">Thank you again,</span><br style="font-size:12.8px"><span style="font-size:12.8px">-Masha</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">------------------------------</span><br style="font-size:12.8px"><span style="font-size:12.8px">------------------------------</span><br style="font-size:12.8px"><span style="font-size:12.8px">squid.conf</span><br style="font-size:12.8px"><span style="font-size:12.8px">------------------------------</span><br style="font-size:12.8px"><span style="font-size:12.8px">------------------------------</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">acl localnet src </span><a href="http://10.0.0.0/8" target="_blank" style="font-size:12.8px">10.0.0.0/8</a><span style="font-size:12.8px">     # RFC1918 possible internal network</span><br style="font-size:12.8px"><span style="font-size:12.8px">acl localnet src </span><a href="http://172.16.0.0/12" target="_blank" style="font-size:12.8px">172.16.0.0/12</a><span style="font-size:12.8px">  # RFC1918 possible internal network</span><br style="font-size:12.8px"><span style="font-size:12.8px">acl localnet src </span><a href="http://192.168.0.0/16" target="_blank" style="font-size:12.8px">192.168.0.0/16</a><span style="font-size:12.8px"> # RFC1918 possible internal network</span><br style="font-size:12.8px"><span style="font-size:12.8px">acl localnet src fc00::/7   # RFC 4193 local private network range</span><br style="font-size:12.8px"><span style="font-size:12.8px">acl localnet src fe80::/10  # RFC 4291 link-local (directly plugged) machines</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">acl SSL_ports port 443</span><br style="font-size:12.8px"><span style="font-size:12.8px">acl Safe_ports port 80          # http</span><br style="font-size:12.8px"><span style="font-size:12.8px">acl Safe_ports port 81          # http</span><br style="font-size:12.8px"><span style="font-size:12.8px">acl Safe_ports port 800         # http</span><br style="font-size:12.8px"><span style="font-size:12.8px">acl Safe_ports port 8000        # http</span><br style="font-size:12.8px"><span style="font-size:12.8px">acl Safe_ports port 8080        # http</span><br style="font-size:12.8px"><span style="font-size:12.8px">acl Safe_ports port 21          # ftp</span><br style="font-size:12.8px"><span style="font-size:12.8px">acl Safe_ports port 443         # https</span><br style="font-size:12.8px"><span style="font-size:12.8px">acl Safe_ports port 70          # gopher</span><br style="font-size:12.8px"><span style="font-size:12.8px">acl Safe_ports port 210         # wais</span><br style="font-size:12.8px"><span style="font-size:12.8px">acl Safe_ports port 1025-65535  # unregistered ports</span><br style="font-size:12.8px"><span style="font-size:12.8px">acl Safe_ports port 280         # http-mgmt</span><br style="font-size:12.8px"><span style="font-size:12.8px">acl Safe_ports port 488         # gss-http</span><br style="font-size:12.8px"><span style="font-size:12.8px">acl Safe_ports port 591         # filemaker</span><br style="font-size:12.8px"><span style="font-size:12.8px">acl Safe_ports port 777         # multiling http</span><br style="font-size:12.8px"><span style="font-size:12.8px">acl SSL method CONNECT</span><br style="font-size:12.8px"><span style="font-size:12.8px">acl CONNECT method CONNECT</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">http_access allow manager to_localhost</span><br style="font-size:12.8px"><span style="font-size:12.8px">http_access deny manager</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">http_access deny !Safe_ports</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">http_access deny to_localhost</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">icp_access deny all</span><br style="font-size:12.8px"><span style="font-size:12.8px">htcp_access deny all</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">http_port </span><a href="http://172.30.0.67/" target="_blank" style="font-size:12.8px">172.30.0.67:80</a><span style="font-size:12.8px"> ssl-bump cert=/some/path/etc/ca.pem generate-host-certificates=on dynamic_cert_mem_cache_size=4M</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">B</span><br style="font-size:12.8px"><span style="font-size:12.8px">http_port </span><a href="http://172.30.0.67:443/" target="_blank" style="font-size:12.8px">172.30.0.67:443</a><span style="font-size:12.8px"> ssl-bump cert=/some/path/etc/ca.pem generate-host-certificates=on dynamic_cert_mem_cache_size=4M</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">B</span><br style="font-size:12.8px"><span style="font-size:12.8px">acl step1 at_step SslBump1</span><br style="font-size:12.8px"><span style="font-size:12.8px">ssl_bump peek step1</span><br style="font-size:12.8px"><span style="font-size:12.8px">ssl_bump bump all</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">sslproxy_cert_error allow all</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">logformat custom %>a %[ui %{custom-info}>h [%tl] "%rm %ru HTTP/%rv" %>Hs %<st</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">access_log stdio:/some/path/var/log/acces</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">s.log custom</span><br style="font-size:12.8px"><span style="font-size:12.8px">cache_store_log stdio:/some/path/var/log/store</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">.log custom</span><br style="font-size:12.8px"><span style="font-size:12.8px">log_mime_hdrs on</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">pid_filename /some/path/var/run/custom-squi</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">d.pid</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">coredump_dir /some/path/var/cache</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">refresh_pattern ^ftp:           1440    20%     10080</span><br style="font-size:12.8px"><span style="font-size:12.8px">refresh_pattern ^gopher:        1440    0%      1440</span><br style="font-size:12.8px"><span style="font-size:12.8px">refresh_pattern -i (/cgi-bin/|\?) 0     0%      0</span><br style="font-size:12.8px"><span style="font-size:12.8px">refresh_pattern .               0       20%     4320</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">request_header_access Proxy-Authenticate deny all</span><br style="font-size:12.8px"><span style="font-size:12.8px">request_header_access Proxy-Authentication-Info deny all</span><br style="font-size:12.8px"><span style="font-size:12.8px">request_header_access Proxy-Authorization deny all</span><br style="font-size:12.8px"><span style="font-size:12.8px">request_header_access Proxy-Connection deny all</span><br style="font-size:12.8px"><span style="font-size:12.8px">request_header_access Proxy-support deny all</span><br style="font-size:12.8px"><span style="font-size:12.8px">request_header_access custom-client-version deny all</span><br style="font-size:12.8px"><span style="font-size:12.8px">request_header_access custom-watermark deny all</span><br style="font-size:12.8px"><span style="font-size:12.8px">request_header_access custom-info deny all</span><br style="font-size:12.8px"><span style="font-size:12.8px">request_header_access more-custom-info deny all</span><br style="font-size:12.8px"><span style="font-size:12.8px">request_header_access Via deny all</span><br style="font-size:12.8px"><span style="font-size:12.8px">request_header_access X-Cache deny all</span><br style="font-size:12.8px"><span style="font-size:12.8px">request_header_access X-Cache-Lookup deny all</span><br style="font-size:12.8px"><span style="font-size:12.8px">request_header_access X-Forwarded-For deny all</span><br style="font-size:12.8px"><span style="font-size:12.8px">reply_header_access X-XSS-Protection deny all</span><br style="font-size:12.8px"><span style="font-size:12.8px">request_header_access Other allow all</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">cache_mgr </span><a href="mailto:cache_mgr@somewhere.com" target="_blank" style="font-size:12.8px">cache_mgr@somewhere.com</a><br style="font-size:12.8px"><span style="font-size:12.8px">mail_from </span><a href="mailto:custom-squid@somewhere.com" target="_blank" style="font-size:12.8px">custom-squid@somewhere.com</a><br style="font-size:12.8px"><span style="font-size:12.8px">icap_enable on</span><br style="font-size:12.8px"><span style="font-size:12.8px">icap_preview_enable on</span><br style="font-size:12.8px"><span style="font-size:12.8px">icap_preview_size 1024</span><br style="font-size:12.8px"><span style="font-size:12.8px">icap_default_options_ttl 60</span><br style="font-size:12.8px"><span style="font-size:12.8px">icap_persistent_connections on</span><br style="font-size:12.8px"><span style="font-size:12.8px">icap_send_client_ip on</span><br style="font-size:12.8px"><span style="font-size:12.8px">icap_send_client_username on</span><br style="font-size:12.8px"><span style="font-size:12.8px">icap_client_username_header X-Client-Username</span><br style="font-size:12.8px"><span style="font-size:12.8px">icap_client_username_encode off</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">ecap_enable on</span><br style="font-size:12.8px"><span style="font-size:12.8px">loadable_modules /some/path/modules/libcustom_e</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">cap.so</span><br style="font-size:12.8px"><span style="font-size:12.8px">ecap_service custom_validate_req reqmod_precache ecap://</span><a href="http://somewhere.com/ecap/services/validate" target="_blank" style="font-size:12.8px">somewhere.com/ecap/serv<wbr>ices/validate</a><span style="font-size:12.8px"> routing=on bypass=off</span><br style="font-size:12.8px"><span style="font-size:12.8px">ecap_service custom_validate_resp respmod_precache ecap://</span><a href="http://somewhere.com/ecap/services/validate" target="_blank" style="font-size:12.8px">somewhere.com/ecap/serv<wbr>ices/validate</a><span style="font-size:12.8px"> routing=on bypass=off</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">icap_service custom_req reqmod_precache routing=on icap://</span><a href="http://127.0.0.1:1344/custom_req" target="_blank" style="font-size:12.8px">127.0.0.1:1344/custom_r<wbr>eq</a><br style="font-size:12.8px"><span style="font-size:12.8px">icap_service custom_resp respmod_precache routing=on icap://</span><a href="http://127.0.0.1:1344/custom_resp" target="_blank" style="font-size:12.8px">127.0.0.1:1344/custom_r<wbr>esp</a><br style="font-size:12.8px"><span style="font-size:12.8px">forwarded_for delete</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">adaptation_service_set custom_req_set custom_validate_req custom_req</span><br style="font-size:12.8px"><span style="font-size:12.8px">adaptation_service_set custom_resp_set custom_validate_resp custom_resp</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">adaptation_access custom_req_set allow all</span><br style="font-size:12.8px"><span style="font-size:12.8px">adaptation_access custom_resp_set allow all</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">icap_service_failure_limit -1</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">debug_options ALL,3 44,0 23,0 40,0 73,0 93,3</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">------------------------------</span><br style="font-size:12.8px"><span style="font-size:12.8px">------------------------------</span><br style="font-size:12.8px"><span style="font-size:12.8px">Abridged cache.log</span><br style="font-size:12.8px"><span style="font-size:12.8px">------------------------------</span><br style="font-size:12.8px"><span style="font-size:12.8px">------------------------------</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:46.958 kid1| 11,2| client_side.cc(1330) parseHttpRequest: HTTP Client local=</span><a href="http://172.30.0.67/" target="_blank" style="font-size:12.8px">172.30.0.67:80</a><span style="font-size:12.8px"> remote=</span><a href="http://75.147.129.242:55706/" target="_blank" style="font-size:12.8px">75.147.129.242:55706</a><span style="font-size:12.8px"> FD 11 flags=1</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:46.958 kid1| 11,2| client_side.cc(1334) parseHttpRequest: HTTP Client REQUEST:</span><br style="font-size:12.8px"><span style="font-size:12.8px">---------</span><br style="font-size:12.8px"><span style="font-size:12.8px">GET </span><a href="http://example.com/" target="_blank" style="font-size:12.8px">http://example.com/</a><span style="font-size:12.8px"> HTTP/1.1</span><br style="font-size:12.8px"><span style="font-size:12.8px">Host: </span><a href="http://example.com/" target="_blank" style="font-size:12.8px">example.com</a><br style="font-size:12.8px"><span style="font-size:12.8px">Accept: text/html,application/xhtml+xm</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">l,application/xml;q=0.9,*/*;q=</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">0.8</span><br style="font-size:12.8px"><span style="font-size:12.8px">Proxy-Connection: keep-alive</span><br style="font-size:12.8px"><span style="font-size:12.8px">Accept-Language: en-us</span><br style="font-size:12.8px"><span style="font-size:12.8px">custom-info: <snip></span><br style="font-size:12.8px"><span style="font-size:12.8px">Accept-Encoding: gzip, deflate</span><br style="font-size:12.8px"><span style="font-size:12.8px">another-custom-info: true</span><br style="font-size:12.8px"><span style="font-size:12.8px">more-custom-info: </span><a href="http://example.com/" target="_blank" style="font-size:12.8px">example.com</a><br style="font-size:12.8px"><span style="font-size:12.8px">custom-client-version: iOS-1.0</span><br style="font-size:12.8px"><span style="font-size:12.8px">User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Mobile/14E269 (140606214001632)</span><br style="font-size:12.8px"><span style="font-size:12.8px">Upgrade-Insecure-Requests: 1</span><br style="font-size:12.8px"><span style="font-size:12.8px">Connection: keep-alive</span><br style="font-size:12.8px"><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">----------</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:46.958 kid1| 33,3| client_side.cc(1366) parseHttpRequest: complete request received. prefix_sz = 546, request-line-size=34, mime-header-size=512, mime header block:</span><br style="font-size:12.8px"><span style="font-size:12.8px">Host: </span><a href="http://example.com/" target="_blank" style="font-size:12.8px">example.com</a><br style="font-size:12.8px"><span style="font-size:12.8px">Accept: text/html,application/xhtml+xm</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">l,application/xml;q=0.9,*/*;q=</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">0.8</span><br style="font-size:12.8px"><span style="font-size:12.8px">Proxy-Connection: keep-alive</span><br style="font-size:12.8px"><span style="font-size:12.8px">Accept-Language: en-us</span><br style="font-size:12.8px"><span style="font-size:12.8px">custom-info: <snip></span><br style="font-size:12.8px"><span style="font-size:12.8px">Accept-Encoding: gzip, deflate</span><br style="font-size:12.8px"><span style="font-size:12.8px">another-custom-info: true</span><br style="font-size:12.8px"><span style="font-size:12.8px">more-custom-info: </span><a href="http://example.com/" target="_blank" style="font-size:12.8px">example.com</a><br style="font-size:12.8px"><span style="font-size:12.8px">custom-client-version: iOS-1.0</span><br style="font-size:12.8px"><span style="font-size:12.8px">User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Mobile/14E269 (140606214001632)</span><br style="font-size:12.8px"><span style="font-size:12.8px">Upgrade-Insecure-Requests: 1</span><br style="font-size:12.8px"><span style="font-size:12.8px">Connection: keep-alive</span><br style="font-size:12.8px"><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">----------</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:46.958 kid1| 87,3| clientStream.cc(140) clientStreamInsertHead: clientStreamInsertHead: Inserted node 0x230b5f8 with data 0x2309e58 after head</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:46.958 kid1| 5,3| comm.cc(559) commSetConnTimeout: local=</span><a href="http://172.30.0.67/" target="_blank" style="font-size:12.8px">172.30.0.67:80</a><span style="font-size:12.8px"> remote=</span><a href="http://75.147.129.242:55706/" target="_blank" style="font-size:12.8px">75.147.129.242:55706</a><span style="font-size:12.8px"> FD 11 flags=1 timeout 86400</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:46.958 kid1| 33,3| Pipeline.cc(24) add: Pipeline 0x23032c0 add request 1 0x2308df0*4</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:46.958 kid1| 14,3| Address.cc(389) lookupHostIP: Given Non-IP '</span><a href="http://example.com/" target="_blank" style="font-size:12.8px">example.com</a><span style="font-size:12.8px">': Name or service not known</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:46.958 kid1| 33,3| client_side.cc(646) clientSetKeepaliveFlag: http_ver = HTTP/1.1</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:46.958 kid1| 33,3| client_side.cc(647) clientSetKeepaliveFlag: method = GET</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:46.958 kid1| 85,3| client_side_request.cc(142) ClientRequestContext: ClientRequestContext constructed, this=0x1e94968</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:46.958 kid1| 83,3| client_side_request.cc(1693) doCallouts: Doing calloutContext->hostHeaderVeri</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">fy()</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:46.958 kid1| 85,3| client_side_request.cc(654) hostHeaderVerify: validate host=</span><a href="http://example.com/" target="_blank" style="font-size:12.8px">example.com</a><span style="font-size:12.8px">, port=0, portStr=NULL</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:46.958 kid1| 85,3| client_side_request.cc(668) hostHeaderVerify: validate skipped.</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:46.958 kid1| 83,3| client_side_request.cc(1700) doCallouts: Doing calloutContext->clientAccessCh</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">eck()</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:46.958 kid1| 28,3| Checklist.cc(70) preCheck: 0x2310918 checking slow rules</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px"><snip></span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.294 kid1| 50,3| comm.cc(350) comm_openex: comm_openex: Attempt open socket for: 0.0.0.0</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.294 kid1| 50,3| comm.cc(393) comm_openex: comm_openex: Opened socket local=0.0.0.0 remote=[::] FD 15 flags=1 : family=2, type=1, protocol=6</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.294 kid1| 51,3| fd.cc(199) fd_open: fd_open() FD 15 </span><a href="http://example.com/" target="_blank" style="font-size:12.8px">example.com</a><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.294 kid1| 5,3| ConnOpener.cc(289) createFd: local=0.0.0.0 remote=</span><a href="http://93.184.216.34/" target="_blank" style="font-size:12.8px">93.184.216.34:80</a><span style="font-size:12.8px"> flags=1 will timeout in 60</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 17,3| AsyncCall.cc(93) ScheduleCall: ConnOpener.cc(137) will call fwdConnectDoneWrapper(local=</span><a href="http://172.30.0.67:18160/" target="_blank" style="font-size:12.8px">17<wbr>2.30.0.67:18160</a><span style="font-size:12.8px"> remote=</span><a href="http://93.184.216.34/" target="_blank" style="font-size:12.8px">93.184.216.34:80</a><span style="font-size:12.8px"> FD 15 flags=1, data=0x231bfb8) [call127]</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 17,3| AsyncCallQueue.cc(55) fireNext: entering fwdConnectDoneWrapper(local=</span><a href="http://172.30.0.67:18160/" target="_blank" style="font-size:12.8px">17<wbr>2.30.0.67:18160</a><span style="font-size:12.8px"> remote=</span><a href="http://93.184.216.34/" target="_blank" style="font-size:12.8px">93.184.216.34:80</a><span style="font-size:12.8px"> FD 15 flags=1, data=0x231bfb8)</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 17,3| AsyncCall.cc(38) make: make call fwdConnectDoneWrapper [call127]</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 17,3| FwdState.cc(681) connectDone: local=</span><a href="http://172.30.0.67:18160/" target="_blank" style="font-size:12.8px">172.30.0.67:18160</a><span style="font-size:12.8px"> remote=</span><a href="http://93.184.216.34/" target="_blank" style="font-size:12.8px">93.184.216.34:80</a><span style="font-size:12.8px"> FD 15 flags=1: '</span><a href="http://example.com/" target="_blank" style="font-size:12.8px">http://example.com/</a><span style="font-size:12.8px">'</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 17,3| FwdState.cc(929) dispatch: local=</span><a href="http://172.30.0.67/" target="_blank" style="font-size:12.8px">172.30.0.67:80</a><span style="font-size:12.8px"> remote=</span><a href="http://75.147.129.242:55706/" target="_blank" style="font-size:12.8px">75.147.129.242:55706</a><span style="font-size:12.8px"> FD 11 flags=1: Fetching GET </span><a href="http://example.com/" target="_blank" style="font-size:12.8px">http://example.com/</a><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 11,3| http.cc(2330) httpStart: GET </span><a href="http://example.com/" target="_blank" style="font-size:12.8px">http://example.com/</a><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 20,3| store.cc(457) lock: Client locked key 3400000000000000132A0000010000</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">00 e:=p2DIWV/0x231f010*3</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 17,3| AsyncCallQueue.cc(57) fireNext: leaving fwdConnectDoneWrapper(local=</span><a href="http://172.30.0.67:18160/" target="_blank" style="font-size:12.8px">17<wbr>2.30.0.67:18160</a><span style="font-size:12.8px"> remote=</span><a href="http://93.184.216.34/" target="_blank" style="font-size:12.8px">93.184.216.34:80</a><span style="font-size:12.8px"> FD 15 flags=1, data=0x231bfb8)</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 5,3| comm.cc(559) commSetConnTimeout: local=</span><a href="http://172.30.0.67:18160/" target="_blank" style="font-size:12.8px">172.30.0.67:18160</a><span style="font-size:12.8px"> remote=</span><a href="http://93.184.216.34/" target="_blank" style="font-size:12.8px">93.184.216.34:80</a><span style="font-size:12.8px"> FD 15 flags=1 timeout 86400</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 22,3| refresh.cc(646) getMaxAge: getMaxAge: '</span><a href="http://example.com/" target="_blank" style="font-size:12.8px">http://example.com/</a><span style="font-size:12.8px">'</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 28,3| Checklist.cc(70) preCheck: 0x7ffdcaef6840 checking fast rules</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 28,3| Ip.cc(540) match: aclIpMatchIp: '</span><a href="http://75.147.129.242:55706/" target="_blank" style="font-size:12.8px">75.147.129.242:55706</a><span style="font-size:12.8px">' found</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 28,3| Acl.cc(290) matches: checked: all = 1</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 28,3| Acl.cc(290) matches: checked: http_header_access custom-info#1 = 1</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 28,3| Acl.cc(290) matches: checked: http_header_access custom-info = 1</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 28,3| Checklist.cc(63) markFinished: 0x7ffdcaef6840 answer DENIED for match</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 28,3| Checklist.cc(70) preCheck: 0x7ffdcaef6840 checking fast rules</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 28,3| Ip.cc(540) match: aclIpMatchIp: '</span><a href="http://75.147.129.242:55706/" target="_blank" style="font-size:12.8px">75.147.129.242:55706</a><span style="font-size:12.8px">' found</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 28,3| Acl.cc(290) matches: checked: all = 1</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 28,3| Acl.cc(290) matches: checked: http_header_access Other#1 = 1</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 28,3| Acl.cc(290) matches: checked: http_header_access Other = 1</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 28,3| Checklist.cc(63) markFinished: 0x7ffdcaef6840 answer ALLOWED for match</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 28,3| Checklist.cc(70) preCheck: 0x7ffdcaef6840 checking fast rules</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 28,3| Ip.cc(540) match: aclIpMatchIp: '</span><a href="http://75.147.129.242:55706/" target="_blank" style="font-size:12.8px">75.147.129.242:55706</a><span style="font-size:12.8px">' found</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 28,3| Acl.cc(290) matches: checked: all = 1</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 28,3| Acl.cc(290) matches: checked: http_header_access more-custom-info#1 = 1</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 28,3| Acl.cc(290) matches: checked: http_header_access more-custom-info = 1</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 28,3| Checklist.cc(63) markFinished: 0x7ffdcaef6840 answer DENIED for match</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 28,3| Checklist.cc(70) preCheck: 0x7ffdcaef6840 checking fast rules</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 28,3| Ip.cc(540) match: aclIpMatchIp: '</span><a href="http://75.147.129.242:55706/" target="_blank" style="font-size:12.8px">75.147.129.242:55706</a><span style="font-size:12.8px">' found</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 28,3| Acl.cc(290) matches: checked: all = 1</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 28,3| Acl.cc(290) matches: checked: http_header_access custom-client-version#1 = 1</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 28,3| Acl.cc(290) matches: checked: http_header_access custom-client-version = 1</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 28,3| Checklist.cc(63) markFinished: 0x7ffdcaef6840 answer DENIED for match</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 28,3| Checklist.cc(70) preCheck: 0x7ffdcaef6840 checking fast rules</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 28,3| Ip.cc(540) match: aclIpMatchIp: '</span><a href="http://75.147.129.242:55706/" target="_blank" style="font-size:12.8px">75.147.129.242:55706</a><span style="font-size:12.8px">' found</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 28,3| Acl.cc(290) matches: checked: all = 1</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 28,3| Acl.cc(290) matches: checked: http_header_access Other#1 = 1</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 28,3| Acl.cc(290) matches: checked: http_header_access Other = 1</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 28,3| Checklist.cc(63) markFinished: 0x7ffdcaef6840 answer ALLOWED for match</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 28,3| Checklist.cc(70) preCheck: 0x7ffdcaef6840 checking fast rules</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 28,3| Ip.cc(540) match: aclIpMatchIp: '</span><a href="http://75.147.129.242:55706/" target="_blank" style="font-size:12.8px">75.147.129.242:55706</a><span style="font-size:12.8px">' found</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 28,3| Acl.cc(290) matches: checked: all = 1</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 28,3| Acl.cc(290) matches: checked: http_header_access Via#1 = 1</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 28,3| Acl.cc(290) matches: checked: http_header_access Via = 1</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 28,3| Checklist.cc(63) markFinished: 0x7ffdcaef6840 answer DENIED for match</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 11,2| http.cc(2286) sendRequest: HTTP Server local=</span><a href="http://172.30.0.67:18160/" target="_blank" style="font-size:12.8px">172.30.0.67:18160</a><span style="font-size:12.8px"> remote=</span><a href="http://93.184.216.34/" target="_blank" style="font-size:12.8px">93.184.216.34:80</a><span style="font-size:12.8px"> FD 15 flags=1</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 11,2| http.cc(2287) sendRequest: HTTP Server REQUEST:</span><br style="font-size:12.8px"><span style="font-size:12.8px">---------</span><br style="font-size:12.8px"><span style="font-size:12.8px">GET / HTTP/1.1</span><br style="font-size:12.8px"><span style="font-size:12.8px">Accept: text/html,application/xhtml+xm</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">l,application/xml;q=0.9,*/*;q=</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">0.8</span><br style="font-size:12.8px"><span style="font-size:12.8px">Accept-Language: en-us</span><br style="font-size:12.8px"><span style="font-size:12.8px">Accept-Encoding: gzip, deflate</span><br style="font-size:12.8px"><span style="font-size:12.8px">another-custom-info: true</span><br style="font-size:12.8px"><span style="font-size:12.8px">User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Mobile/14E269 (140606214001632)</span><br style="font-size:12.8px"><span style="font-size:12.8px">Upgrade-Insecure-Requests: 1</span><br style="font-size:12.8px"><span style="font-size:12.8px">Host: </span><a href="http://example.com/" target="_blank" style="font-size:12.8px">example.com</a><br style="font-size:12.8px"><span style="font-size:12.8px">Cache-Control: max-age=259200</span><br style="font-size:12.8px"><span style="font-size:12.8px">Connection: keep-alive</span><br style="font-size:12.8px"><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">----------</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 5,3| IoCallback.cc(116) finish: called for local=</span><a href="http://172.30.0.67:18160/" target="_blank" style="font-size:12.8px">172.30.0.67:18160</a><span style="font-size:12.8px"> remote=</span><a href="http://93.184.216.34/" target="_blank" style="font-size:12.8px">93.184.216.34:80</a><span style="font-size:12.8px"> FD 15 flags=1 (0, 0)</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.295 kid1| 5,3| comm.cc(559) commSetConnTimeout: local=</span><a href="http://172.30.0.67:18160/" target="_blank" style="font-size:12.8px">172.30.0.67:18160</a><span style="font-size:12.8px"> remote=</span><a href="http://93.184.216.34/" target="_blank" style="font-size:12.8px">93.184.216.34:80</a><span style="font-size:12.8px"> FD 15 flags=1 timeout 900</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.297 kid1| 5,3| IoCallback.cc(116) finish: called for local=</span><a href="http://172.30.0.67:18160/" target="_blank" style="font-size:12.8px">172.30.0.67:18160</a><span style="font-size:12.8px"> remote=</span><a href="http://93.184.216.34/" target="_blank" style="font-size:12.8px">93.184.216.34:80</a><span style="font-size:12.8px"> FD 15 flags=1 (0, 0)</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.297 kid1| 5,3| Read.cc(92) ReadNow: local=</span><a href="http://172.30.0.67:18160/" target="_blank" style="font-size:12.8px">172.30.0.67:18160</a><span style="font-size:12.8px"> remote=</span><a href="http://93.184.216.34/" target="_blank" style="font-size:12.8px">93.184.216.34:80</a><span style="font-size:12.8px"> FD 15 flags=1, size 65536, retval 956, errno 0</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.297 kid1| ctx: enter level  0: '</span><a href="http://example.com/" target="_blank" style="font-size:12.8px">http://example.com/</a><span style="font-size:12.8px">'</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.297 kid1| 11,3| http.cc(692) processReplyHeader: processReplyHeader: key '3400000000000000132A000001000</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">000'</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.297 kid1| 11,2| http.cc(743) processReplyHeader: HTTP Server local=</span><a href="http://172.30.0.67:18160/" target="_blank" style="font-size:12.8px">172.30.0.67:18160</a><span style="font-size:12.8px"> remote=</span><a href="http://93.184.216.34/" target="_blank" style="font-size:12.8px">93.184.216.34:80</a><span style="font-size:12.8px"> FD 15 flags=1</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.297 kid1| 11,2| http.cc(747) processReplyHeader: HTTP Server RESPONSE:</span><br style="font-size:12.8px"><span style="font-size:12.8px">---------</span><br style="font-size:12.8px"><span style="font-size:12.8px">HTTP/1.1 200 OK</span><br style="font-size:12.8px"><span style="font-size:12.8px">Content-Encoding: gzip</span><br style="font-size:12.8px"><span style="font-size:12.8px">Accept-Ranges: bytes</span><br style="font-size:12.8px"><span style="font-size:12.8px">Cache-Control: max-age=604800</span><br style="font-size:12.8px"><span style="font-size:12.8px">Content-Type: text/html</span><br style="font-size:12.8px"><span style="font-size:12.8px">Date: Fri, 28 Apr 2017 08:09:01 GMT</span><br style="font-size:12.8px"><span style="font-size:12.8px">Etag: "359670651+gzip"</span><br style="font-size:12.8px"><span style="font-size:12.8px">Expires: Fri, 05 May 2017 08:09:01 GMT</span><br style="font-size:12.8px"><span style="font-size:12.8px">Last-Modified: Fri, 09 Aug 2013 23:54:35 GMT</span><br style="font-size:12.8px"><span style="font-size:12.8px">Server: ECS (iad/182A)</span><br style="font-size:12.8px"><span style="font-size:12.8px">Vary: Accept-Encoding</span><br style="font-size:12.8px"><span style="font-size:12.8px">X-Cache: HIT</span><br style="font-size:12.8px"><span style="font-size:12.8px">Content-Length: 606</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">----------</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.297 kid1| 55,2| HttpHeader.cc(1483) httpHeaderNoteParsedEntry: cannot parse hdr field: 'Content-Length: 606'</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.297 kid1| 55,2| HttpHeader.cc(1483) httpHeaderNoteParsedEntry: cannot parse hdr field: 'Content-Length: 606'</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.297 kid1| ctx: exit level  0</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.297 kid1| 28,3| Checklist.cc(70) preCheck: 0x2310918 checking slow rules</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.297 kid1| 28,3| Ip.cc(540) match: aclIpMatchIp: '</span><a href="http://75.147.129.242:55706/" target="_blank" style="font-size:12.8px">75.147.129.242:55706</a><span style="font-size:12.8px">' found</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.297 kid1| 28,3| Acl.cc(290) matches: checked: all = 1</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.297 kid1| 28,3| Acl.cc(290) matches: checked: adaptation_access#1 = 1</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.297 kid1| 28,3| Acl.cc(290) matches: checked: adaptation_access = 1</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.298 kid1| 28,3| Checklist.cc(63) markFinished: 0x2310918 answer ALLOWED for match</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.298 kid1| 28,3| Checklist.cc(163) checkCallback: ACLChecklist::checkCallback: 0x2310918 answer=ALLOWED</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.298 kid1| 93,3| AccessCheck.cc(196) callBack: 0x1e515e0*2</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.298 kid1| 11,3| http.cc(1090) persistentConnStatus: local=</span><a href="http://172.30.0.67:18160/" target="_blank" style="font-size:12.8px">172.30.0.67:18160</a><span style="font-size:12.8px"> remote=</span><a href="http://93.184.216.34/" target="_blank" style="font-size:12.8px">93.184.216.34:80</a><span style="font-size:12.8px"> FD 15 flags=1 eof=0</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.298 kid1| 5,3| comm.cc(585) commUnsetConnTimeout: Remove timeout for local=</span><a href="http://172.30.0.67:18160/" target="_blank" style="font-size:12.8px">172.30.0.67:18160</a><span style="font-size:12.8px"> remote=</span><a href="http://93.184.216.34/" target="_blank" style="font-size:12.8px">93.184.216.34:80</a><span style="font-size:12.8px"> FD 15 flags=1</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.298 kid1| 5,3| comm.cc(559) commSetConnTimeout: local=</span><a href="http://172.30.0.67:18160/" target="_blank" style="font-size:12.8px">172.30.0.67:18160</a><span style="font-size:12.8px"> remote=</span><a href="http://93.184.216.34/" target="_blank" style="font-size:12.8px">93.184.216.34:80</a><span style="font-size:12.8px"> FD 15 flags=1 timeout -1</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.298 kid1| 17,3| FwdState.cc(455) unregister: </span><a href="http://example.com/" target="_blank" style="font-size:12.8px">http://example.com/</a><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.298 kid1| 48,3| pconn.cc(425) push: new IdleConnList for {</span><a href="http://93.184.216.34/example.com" target="_blank" style="font-size:12.8px">93.184.216.34:80/example.com</a><span style="font-size:12.8px">}</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.298 kid1| 5,3| comm.cc(559) commSetConnTimeout: local=</span><a href="http://172.30.0.67:18160/" target="_blank" style="font-size:12.8px">172.30.0.67:18160</a><span style="font-size:12.8px"> remote=</span><a href="http://93.184.216.34/" target="_blank" style="font-size:12.8px">93.184.216.34:80</a><span style="font-size:12.8px"> FD 15 flags=1 timeout 60</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.298 kid1| 48,3| pconn.cc(437) push: pushed local=</span><a href="http://172.30.0.67:18160/" target="_blank" style="font-size:12.8px">172.30.0.67:18160</a><span style="font-size:12.8px"> remote=</span><a href="http://93.184.216.34/" target="_blank" style="font-size:12.8px">93.184.216.34:80</a><span style="font-size:12.8px"> FD 15 flags=1 for </span><a href="http://93.184.216.34/example.com" target="_blank" style="font-size:12.8px">93.184.216.34:80/example.com</a><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.298 kid1| 93,3| Iterator.cc(193) handleAdaptationError: trying a replacement service</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.298 kid1| 93,3| Xaction.cc(101) Xaction: Adaptation::Icap::ModXact constructed, this=0x231b938 [icapxjob22]</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.298 kid1| 93,3| Xaction.cc(101) Xaction: Adaptation::Icap::OptXact constructed, this=0x231cf78 [icapxjob24]</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.298 kid1| 93,3| ServiceRep.cc(140) getConnection: got connection:</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.298 kid1| 93,3| Xaction.cc(188) openConnection: Adaptation::Icap::OptXact opens connection to </span><a href="http://127.0.0.1:1344/" target="_blank" style="font-size:12.8px">127.0.0.1:1344</a><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.298 kid1| 93,3| AsyncCall.cc(26) AsyncCall: The AsyncCall Adaptation::Icap::Xaction::not</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">eCommConnected constructed, this=0x232bd60 [call156]</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.298 kid1| 50,3| comm.cc(350) comm_openex: comm_openex: Attempt open socket for: 0.0.0.0</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px"><snip></span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.576 kid1| 93,3| AsyncCall.cc(93) ScheduleCall: IoCallback.cc(135) will call Adaptation::Icap::Xaction::not</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">eCommRead(local=</span><a href="http://127.0.0.1:16810/" target="_blank" style="font-size:12.8px">127.0.0.1:1681<wbr>0</a><span style="font-size:12.8px"> remote=</span><a href="http://127.0.0.1:1344/" target="_blank" style="font-size:12.8px">127.0.0.1:1344</a><span style="font-size:12.8px"> FD 17 flags=1, data=0x231b938) [call196]</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.576 kid1| 93,3| AsyncCallQueue.cc(55) fireNext: entering Adaptation::Icap::Xaction::not</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">eCommRead(local=</span><a href="http://127.0.0.1:16810/" target="_blank" style="font-size:12.8px">127.0.0.1:1681<wbr>0</a><span style="font-size:12.8px"> remote=</span><a href="http://127.0.0.1:1344/" target="_blank" style="font-size:12.8px">127.0.0.1:1344</a><span style="font-size:12.8px"> FD 17 flags=1, data=0x231b938)</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.576 kid1| 93,3| AsyncCall.cc(38) make: make call Adaptation::Icap::Xaction::not</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">eCommRead [call196]</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.576 kid1| 93,3| AsyncJob.cc(123) callStart: Adaptation::Icap::ModXact status in: [FD 17r;RrBG/wP(ieof) job26]</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.576 kid1| 5,3| Read.cc(92) ReadNow: local=</span><a href="http://127.0.0.1:16810/" target="_blank" style="font-size:12.8px">127.0.0.1:16810</a><span style="font-size:12.8px"> remote=</span><a href="http://127.0.0.1:1344/" target="_blank" style="font-size:12.8px">127.0.0.1:1344</a><span style="font-size:12.8px"> FD 17 flags=1, size 65535, retval 615, errno 0</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.576 kid1| 5,3| comm.cc(585) commUnsetConnTimeout: Remove timeout for local=</span><a href="http://127.0.0.1:16810/" target="_blank" style="font-size:12.8px">127.0.0.1:16810</a><span style="font-size:12.8px"> remote=</span><a href="http://127.0.0.1:1344/" target="_blank" style="font-size:12.8px">127.0.0.1:1344</a><span style="font-size:12.8px"> FD 17 flags=1</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.576 kid1| 5,3| comm.cc(559) commSetConnTimeout: local=</span><a href="http://127.0.0.1:16810/" target="_blank" style="font-size:12.8px">127.0.0.1:16810</a><span style="font-size:12.8px"> remote=</span><a href="http://127.0.0.1:1344/" target="_blank" style="font-size:12.8px">127.0.0.1:1344</a><span style="font-size:12.8px"> FD 17 flags=1 timeout -1</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.576 kid1| 93,3| Xaction.cc(486) noteCommRead: read 615 bytes</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.576 kid1| 55,2| HttpHeader.cc(1483) httpHeaderNoteParsedEntry: cannot parse hdr field: 'Content-Length: 606'</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.576 kid1| 55,2| HttpHeader.cc(1483) httpHeaderNoteParsedEntry: cannot parse hdr field: 'Content-Length: 606'</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.576 kid1| 91,2| BodyPipe.cc(489) ~BodyPipeCheckout: Warning: cannot undo BodyPipeCheckout</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.576 kid1| 93,3| ../../../src/base/AsyncJobCall</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">s.h(177) dial: Adaptation::Icap::Xaction::not</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">eCommRead threw exception: garbage instead of CRLF line terminator</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.576 kid1| 93,3| Xaction.cc(591) setOutcome: Warning: reseting outcome: from ICAP_MOD to ICAP_ERR_OTHER</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.576 kid1| 93,2| AsyncJob.cc(129) callException: garbage instead of CRLF line terminator</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.576 kid1| 93,3| ServiceRep.cc(155) putConnection: RST-closing  [FD 17;rp(2)6/RwP(ieof)S job26]</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.576 kid1| 5,3| comm.cc(865) _comm_close: comm_close: start closing FD 17</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.576 kid1| 5,3| comm.cc(546) commUnsetFdTimeout: Remove timeout for FD 17</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.576 kid1| 93,3| Xaction.cc(112) ~Xaction: Adaptation::Icap::ModXact destructed, this=0x231b938 [icapxjob26]</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.576 kid1| 93,3| AsyncCallQueue.cc(57) fireNext: leaving Adaptation::Icap::Xaction::not</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">eCommRead(local=</span><a href="http://127.0.0.1:16810/" target="_blank" style="font-size:12.8px">127.0.0.1:1681<wbr>0</a><span style="font-size:12.8px"> remote=</span><a href="http://127.0.0.1:1344/" target="_blank" style="font-size:12.8px">127.0.0.1:1344</a><span style="font-size:12.8px"> flags=1, data=0x231b938)</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.576 kid1| 51,3| fd.cc(94) fd_close: fd_close FD 17 127.0.0.1</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.576 kid1| 20,3| store.cc(1853) replaceHttpReply: StoreEntry::replaceHttpReply: </span><a href="http://example.com/" target="_blank" style="font-size:12.8px">http://example.com/</a><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.576 kid1| ctx: enter level  0: '</span><a href="http://example.com/" target="_blank" style="font-size:12.8px">http://example.com/</a><span style="font-size:12.8px">'</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.576 kid1| 11,3| http.cc(934) haveParsedReplyHeaders: HTTP CODE: 200</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.576 kid1| 20,3| Controller.cc(306) find: 5C9109034C1D089FB6D92F7258B2F5</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">C3</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px"><snip></span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.576 kid1| 20,3| store_key_md5.cc(133) storeKeyPublicByRequestMethod: updating public key by vary headers: accept-encoding="gzip,%20defla</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">te" for: </span><a href="http://example.com/" target="_blank" style="font-size:12.8px">http://example.com/</a><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.577 kid1| 20,3| store.cc(421) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=p2DV/0x231f010*3 key '6E5F80FC98AEE5F58F47899D580B6</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">430'</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.577 kid1| ctx: exit level  0</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.577 kid1| 90,3| store_client.cc(729) invokeHandlers: InvokeHandlers: 6E5F80FC98AEE5F58F47899D580B64</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">30</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.577 kid1| 90,3| store_client.cc(735) invokeHandlers: StoreEntry::InvokeHandlers: checking client #0</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.577 kid1| 90,3| store_client.cc(295) storeClientCopy2: storeClientCopy2: 6E5F80FC98AEE5F58F47899D580B64</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">30</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.577 kid1| 90,3| store_client.cc(429) scheduleMemRead: store_client::doCopy: Copying normal from memory</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.577 kid1| 55,2| HttpHeader.cc(1483) httpHeaderNoteParsedEntry: cannot parse hdr field: 'Content-Length: 606'</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.577 kid1| 55,2| HttpHeader.cc(1483) httpHeaderNoteParsedEntry: cannot parse hdr field: 'Content-Length: 606'</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.577 kid1| 88,2| client_side_reply.cc(2084) processReplyAccessResult: The reply for GET </span><a href="http://example.com/" target="_blank" style="font-size:12.8px">http://example.com/</a><span style="font-size:12.8px"> is ALLOWED, because it matched all</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.577 kid1| 20,3| store.cc(457) lock: ClientHttpRequest::loggingEntr</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">y locked key 6E5F80FC98AEE5F58F47899D580B64</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">30 e:=p2DV/0x231f010*4</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.577 kid1| 88,3| client_side_reply.cc(2122) processReplyAccessResult: clientReplyContext::sendMoreDa</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">ta: Appending 0 bytes after 440 bytes of headers</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.577 kid1| 87,3| clientStream.cc(158) clientStreamCallback: clientStreamCallback: Calling 1 with cbdata 0x2309e58 from node 0x2307b28</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.577 kid1| 33,3| Pipeline.cc(35) front: Pipeline 0x23032c0 front 0x2308df0*3</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.577 kid1| 33,3| Pipeline.cc(35) front: Pipeline 0x23032c0 front 0x2308df0*3</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.577 kid1| 11,2| Stream.cc(266) sendStartOfMessage: HTTP Client local=</span><a href="http://172.30.0.67/" target="_blank" style="font-size:12.8px">172.30.0.67:80</a><span style="font-size:12.8px"> remote=</span><a href="http://75.147.129.242:55706/" target="_blank" style="font-size:12.8px">75.147.129.242:55706</a><span style="font-size:12.8px"> FD 11 flags=1</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.577 kid1| 11,2| Stream.cc(267) sendStartOfMessage: HTTP Client REPLY:</span><br style="font-size:12.8px"><span style="font-size:12.8px">---------</span><br style="font-size:12.8px"><span style="font-size:12.8px">HTTP/1.1 200 OK</span><br style="font-size:12.8px"><span style="font-size:12.8px">Content-Encoding: gzip</span><br style="font-size:12.8px"><span style="font-size:12.8px">Accept-Ranges: bytes</span><br style="font-size:12.8px"><span style="font-size:12.8px">Cache-Control: max-age=604800</span><br style="font-size:12.8px"><span style="font-size:12.8px">Content-Type: text/html</span><br style="font-size:12.8px"><span style="font-size:12.8px">Date: Fri, 28 Apr 2017 08:09:01 GMT</span><br style="font-size:12.8px"><span style="font-size:12.8px">ETag: "359670651+gzip"</span><br style="font-size:12.8px"><span style="font-size:12.8px">Expires: Fri, 05 May 2017 08:09:01 GMT</span><br style="font-size:12.8px"><span style="font-size:12.8px">Last-Modified: Fri, 09 Aug 2013 23:54:35 GMT</span><br style="font-size:12.8px"><span style="font-size:12.8px">Server: ECS (iad/182A)</span><br style="font-size:12.8px"><span style="font-size:12.8px">Vary: Accept-Encoding</span><br style="font-size:12.8px"><span style="font-size:12.8px">X-Cache: HIT</span><br style="font-size:12.8px"><span style="font-size:12.8px">Content-Length: 606</span><br style="font-size:12.8px"><span style="font-size:12.8px">still-more-custom-info: ignore-value</span><br style="font-size:12.8px"><span style="font-size:12.8px">X-Cache: MISS from ip-172-30-0-67.ec2.internal</span><br style="font-size:12.8px"><span style="font-size:12.8px">X-Cache-Lookup: MISS from ip-172-30-0-67.ec2.internal:80</span><br style="font-size:12.8px"><span style="font-size:12.8px">Via: ICAP/1.0 localhost (C-ICAP/0.5.2 Custom Response Module ), 1.1 ip-172-30-0-67.ec2.internal (squid/4.0.17)</span><br style="font-size:12.8px"><span style="font-size:12.8px">Connection: keep-alive</span><br style="font-size:12.8px"><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">----------</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.577 kid1| 20,3| store.cc(1081) lengthWentBad: because body adaptation aborted: e:=p2DV/0x231f010*4</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.577 kid1| 20,3| store.cc(472) setReleaseFlag: StoreEntry::setReleaseFlag: '6E5F80FC98AEE5F58F47899D580B6</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">430'</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.577 kid1| 20,3| store.cc(421) hashInsert: StoreEntry::hashInsert: Inserting Entry e:=p2XDIVL/0x231f010*4 key '3600000000000000132A000001000</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">000'</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.577 kid1| 17,3| FwdState.cc(481) complete: </span><a href="http://example.com/" target="_blank" style="font-size:12.8px">http://example.com/</a><br style="font-size:12.8px"><span style="font-size:12.8px">status 200</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.577 kid1| 17,3| FwdState.cc(1067) reforward: </span><a href="http://example.com/" target="_blank" style="font-size:12.8px">http://example.com/</a><span style="font-size:12.8px">?</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.577 kid1| 17,3| FwdState.cc(1070) reforward: No, ENTRY_FWD_HDR_WAIT isn't set</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.577 kid1| 17,3| FwdState.cc(505) complete: server (FD closed) not re-forwarding status 200</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.577 kid1| 20,3| store.cc(1089) complete: storeComplete: '3600000000000000132A000001000</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">000'</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.577 kid1| 20,2| store.cc(990) checkCachable: StoreEntry::checkCachable: NO: not cachable</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.577 kid1| 90,3| store_client.cc(729) invokeHandlers: InvokeHandlers: 3600000000000000132A0000010000</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">00</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.577 kid1| 90,3| store_client.cc(735) invokeHandlers: StoreEntry::InvokeHandlers: checking client #0</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.577 kid1| 90,3| store_client.cc(755) storePendingNClients: storePendingNClients: returning 1</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.577 kid1| 20,3| store.cc(494) unlock: Client unlocking key 3600000000000000132A0000010000</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">00 e:=sp2XDIVL/0x231f010*4</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.577 kid1| 17,3| FwdState.cc(274) ~FwdState: FwdState destructor start</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.577 kid1| 20,3| store.cc(494) unlock: FwdState unlocking key 3600000000000000132A0000010000</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">00 e:=sp2XDIVL/0x231f010*3</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.577 kid1| 17,3| AsyncCall.cc(56) cancel: will not call fwdConnectDoneWrapper [call127] because FwdState destructed</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.577 kid1| 17,3| FwdState.cc(301) ~FwdState: FwdState destructed, this=0x231bfb8</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.577 kid1| 5,3| IoCallback.cc(116) finish: called for local=</span><a href="http://172.30.0.67/" target="_blank" style="font-size:12.8px">172.30.0.67:80</a><span style="font-size:12.8px"> remote=</span><a href="http://75.147.129.242:55706/" target="_blank" style="font-size:12.8px">75.147.129.242:55706</a><span style="font-size:12.8px"> FD 11 flags=1 (0, 0)</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.577 kid1| 33,3| Pipeline.cc(35) front: Pipeline 0x23032c0 front 0x2308df0*2</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.577 kid1| 88,3| client_side_reply.cc(1172) storeOKTransferDone: storeOKTransferDone  out.offset=0 objectLen()=440 headers_sz=440</span><br style="font-size:12.8px"><span style="font-size:12.8px">2017/04/28 08:11:47.577 kid1| 5,3| comm.cc(865) _comm_close: comm_close: start closing FD 11</span><br></div>