[squid-users] Zero Sized Reply

Amos Jeffries squid3 at treenet.co.nz
Thu Aug 27 06:04:14 UTC 2015


On 27/08/2015 7:48 a.m., Jorgeley Junior wrote:
> Hi guys.
> I'm having a weird problem, my squid is doing "ZERO SIZED REPLY" when I try
> to connect with some addresses, like this on log above:
> 2015/08/26 13:50:31.335 kid1| http.cc(1300) continueAfterParsingHeader:
> WARNING: HTTP: Invalid Response: No object data received for
> http://www.grupoatuall.com.br/ AKA www.grupoatuall.com.br/
> 2015/08/26 13:50:31.335 kid1| store.cc(1755) reset: StoreEntry::reset:
> http://www.grupoatuall.com.br/
> 2015/08/26 13:50:31.335 kid1| FwdState.cc(412) fail: ERR_ZERO_SIZE_OBJECT
> "Bad Gateway"
>         http://www.grupoatuall.com.br/
> Any ideas???

The server connection got disconnected between sending Squid the reply
headers and the message payload they were attached to.

If you have a Squid between 3.2.0 and 3.5.5 (inclusive) please upgrade.
Which is processing SSL-bump, NTLM or Negotiate auth (even just relaying
those in www-auth form). It is probably bug 3329 related.

If you have a more current Squid "debug_options 11,2" should show you
the HTTP headers going through to eyeball if they had any kind of fatal
syntax problem that would make Squid abandon the connection.

Otherwise it would seem to be the server disconnecting. There can be a
lot of reasons for that.

Amos



More information about the squid-users mailing list