Randall Leeds 21f7282128 remove redundant exception handling an async base
StopIteration is simply propogated, so there's no reason to catch it.
The catch-all exception is also caught and logged in handle(), but
broken pipe errors are ignored. The redundant catch here was generating
excess logging by calling handle_error for a broken pipe which fails to
send the error because the client has already disconnected.
2011-07-08 14:38:32 -07:00
..
2011-03-15 14:38:35 -04:00
2011-03-23 09:48:22 +01:00
2011-06-15 09:20:20 -04:00
2010-04-22 19:41:29 +02:00