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

Attachment: signature.asc
Description: Detta är en digitalt signerad meddelandedel

Reply via email to