ecdavis / pants

A lightweight framework for writing asynchronous network applications in Python.
http://pantspowered.org/
Apache License 2.0
167 stars 9 forks source link

_Channel._handle_events swallows connection errors #35

Closed ecdavis closed 12 years ago

ecdavis commented 12 years ago

If an Engine.ERROR event is raised, _Channel will log it and then ignore it, which can cause some actually valuable errors to be ignored by the code. Fix!