[squid-users] assertion failed: comm.cc:178: "fd_table[conn->fd].halfClosedReader != NULL"

Yuri Voinov yvoinov at gmail.com
Sat Jun 27 06:34:37 UTC 2015


Better to use:

# Adobe/Java and other updates
acl adobe_java_updates urlpath_regex "/usr/local/squid/etc/urlregex.updates"

# Youtube & CDN store rewrite ACLs
acl store_rewrite_list urlpath_regex 
\/(watch\?|get_video|videoplayback\?) 
\.(jp(e?g|e|2)|gif|png|tiff?|bmp|ico|webp|flv|f4f|mp4)\? \/ads\?
acl store_rewrite_list_web url_regex 
^https?:\/\/([A-Za-z-]+[0-9]+)*\.[A-Za-z]*\.[A-Za-z]* 
^https?:\/\/(khms|mt)[0-9]+\.google\.[a-z\.]+\/.*
acl store_rewrite_list_path urlpath_regex 
\.(jp(e?g|e|2)|gif|png|tiff?|bmp|ico|webp|flv|f4f|mp4|ttf)$
acl store_rewrite_list_web_CDN url_regex 
^https?:\/\/[a-z]+[0-9]\.google\.com doubleclick\.net akamaihd\.net

range_offset_limit none adobe_java_updates store_rewrite_list 
store_rewrite_list_web store_rewrite_list_path store_rewrite_list_web_CDN

Also be sure half_closed_clients parameter is default.


27.06.15 3:29, HackXBack пишет:
> acl Y-TUBE dstdomain .googlevideo.com
> range_offset_limit -1 Y-TUBE
>
> this conf make the assertion bug,
> we need a solution
> am still waiting Amos
> Thanks.
>
>
>
> --
> View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/assertion-failed-comm-cc-178-fd-table-conn-fd-halfClosedReader-NULL-tp4670979p4671919.html
> Sent from the Squid - Users mailing list archive at Nabble.com.
> _______________________________________________
> squid-users mailing list
> squid-users at lists.squid-cache.org
> http://lists.squid-cache.org/listinfo/squid-users



More information about the squid-users mailing list