Thank you very much Amos, why then do we have the problem only if file is > 55kB? The bug your are referring (#4067) to is not listed in version 3.4 known bugs
Here are the headers for a working transaction (< 55kB): HTTP/1.1 100 Continue Connection: keep-alive HTTP/1.1 200 OK Server: gunicorn/18.0 Date: Thu, 13 Nov 2014 08:54:34 GMT Content-Type: text/html; charset=utf-8 Content-Length: 2 Sponsored-By: https://www.runscope.com X-Cache: MISS from squidserver.domain.lc Via: 1.1 vegur, 1.1 squidserver.domain.lc (squid/3.4.6) Connection: keep-alive and here are the headers for non working one (> 55kB): HTTP/1.1 100 Continue Connection: keep-alive HTTP/1.1 503 Service Unavailable Server: Cowboy Date: Thu, 13 Nov 2014 08:53:39 GMT Content-Length: 484 Content-Type: text/html; charset=utf-8 Cache-Control: no-cache, no-store X-Cache: MISS from squidserver.domain.lc Via: 1.1 squidserver.domain.lc (squid/3.4.6) Connection: close
_______________________________________________ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users