Bug0050

Description
Remove "Broken Pipe" Backtrace

When we get a broken pipe, we should just ignore it, not print a full backtrace.

Attach backtrace here.
Logged
2007-09-21
Logged By

AlanLeigh

Assigned to
Status
Closed

Get back to the BugIndex


Broken pipe usually means that the socket was closed by the remote end before we were able to write what we wanted on it. Its usually caused by the browser abandoning the current connection either because the user pressed stop or clicked on a link before the current page finished loading.

Its not important and should be ignored