Re: Squid-3 errors and blank pages

From: Henrik Nordstrom <henrik@dont-contact.us>
Date: Mon, 01 May 2006 21:37:13 +0200

tis 2006-05-02 klockan 00:12 +1200 skrev Reuben Farrelly:
> Squid-3 cvs seems to be functioning for me now - it's usable again but I am
> seeing lots of errors like this logged on random pages:
>
> 2006/05/01 23:07:12| http.cc(1866) Transaction aborted while reading HTTP body
>
> This corresponds with this code in http.cc :
>
> HttpStateData::requestBodyHandler(MemBuf &mb)
> {
> if (eof || fd < 0) {
> debugs(11, 1, HERE << "Transaction aborted while reading HTTP body");
> return;
> }
>
>
> Has anyone got any clues as to what I could do to narrow this problem down?
> It's happening frequently but not on every page.

This should be aborted PUT/POST requests.

Debug level 1 is a bit high, should probably be logged at level 2. But
if you see the message on a successful POST then the logics may need a
little adjustment as well..

Regards
Henrik

Received on Mon May 01 2006 - 13:37:32 MDT

This archive was generated by hypermail pre-2.1.9 : Thu Jun 01 2006 - 12:00:04 MDT