<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal">Hi, All, <o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal">I have a wired issue. I setup the  Squid and ICAP.   When ICAP (in RespMod) sends response body (any file types, most of time are large size files) in a relative slow speed to squid,  if the time elapses longer than 1 minute, the browser
 will close the session and fail the downloading, the squid log shows the error of TCP_MISS_ABORTED/206<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Here are the configuration.  I am new to squid.  <o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">==> /usr/local/squid/var/logs/access.log <==<o:p></o:p></p>
<p class="MsoNormal">1613593651.769  59962 172.90.1.1 TCP_MISS_ABORTED/206 3635 GET https://pfpt-my.sharepoint.com/personal/jzhu_company _com/_layouts/15/download.aspx? - HIER_DIRECT/13.107.136.9 application/pdf<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal" style="background:white"><span style="font-size:10.0pt;font-family:"Courier New";color:black">acl SSL_ports port 443<br>
acl Safe_ports port 80    # http<br>
acl Safe_ports port 21    # ftp<br>
acl Safe_ports port 443       # https<br>
acl Safe_ports port 70    # gopher<br>
acl Safe_ports port 210       # wais<br>
acl Safe_ports port 1025-65535 # unregistered ports<br>
acl Safe_ports port 280       # http-mgmt<br>
acl Safe_ports port 488       # gss-http<br>
acl Safe_ports port 591       # filemaker<br>
acl Safe_ports port 777       # multiling http<br>
acl CONNECT method CONNECT<br>
http_access deny !Safe_ports<br>
http_access deny CONNECT !SSL_ports<br>
http_access allow localhost manager<br>
http_access deny manager<br>
http_access allow all<br>
<br>
# This is to help with the development process only<br>
#cache deny all<br>
<br>
<br>
cache_mem 1024 MB<br>
maximum_object_size 200 MB<br>
cache_swap_low 90<br>
cache_swap_high 95<br>
quick_abort_min -1<br>
<br>
refresh_pattern ^ftp:     1440   20%    10080<br>
refresh_pattern ^gopher:   1440   0% 1440<br>
refresh_pattern -i (/cgi-bin/|\?) 0    0% 0<br>
refresh_pattern (Release|Packages(.gz)*)$      0       20%     2880<br>
refresh_pattern .     0  20%    4320<br>
<br>
# Docker-compose setup<br>
icap_enable on<br>
icap_io_timeout 600 seconds<br>
icap_connect_timeout 600 seconds<br>
<br>
icap_service service_req reqmod_precache bypass=1 icap://icapserver:1344/req<br>
icap_service service_resp respmod_precache bypass=1 icap://icapserver:1344/resp<br>
adaptation_access service_req allow all<br>
adaptation_access service_resp allow all<o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal">Thank you all, <o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal">John Zhu<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
</div>
</body>
</html>