pombreda / gevent

Automatically exported from code.google.com/p/gevent
0 stars 0 forks source link

pywsgi: shouldn't spew debugging data for normal network and timeout errors #136

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
pywsgi spews lots of debugging information for "connection reset by
peer" and "broken pipe".  This seems to be done in Hub.handler_error,
which is called on pretty much any error from
WSGIHandler.handle_one_response.

"connection reset by peer", "broken pipe" and timeout errors on HTTP
sockets shouldn't cause debugging output.

In addition to causing large log files to be created, these noise errors can 
hide important errors.

Original issue reported on code.google.com by j1m...@gmail.com on 15 Jun 2012 at 7:28

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Migrated to http://github.com/SiteSupport/gevent/issues/136

Original comment by Denis.Bi...@gmail.com on 14 Sep 2012 at 10:53