[BangPypers] Broken pipe error

Baishampayan Ghose b.ghose at gmail.com
Thu Apr 14 12:11:31 CEST 2011


On Thu, Apr 14, 2011 at 3:21 PM, Amit Sethi <amit.pureenergy at gmail.com> wrote:
> File "/usr/lib/python2.6/socket.py", line 286, in flush
>    self._sock.sendall(buffer)
> error: [Errno 32] Broken pipe

This happens when the request from the client (browser) is
closed/interrupted. Sometimes this happens when you press the Esc key
or move to another page before the original page has loaded
completely.

This is not a serious issue and you can ignore it safely.

Regards,
BG

-- 
Baishampayan Ghose
b.ghose at gmail.com


More information about the BangPypers mailing list