]> git.ipfire.org Git - thirdparty/tornado.git/commit
Unify lists of errnos used in IOStream.
authorBen Darnell <ben@bendarnell.com>
Sun, 7 Jul 2013 17:30:00 +0000 (13:30 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 7 Jul 2013 17:30:00 +0000 (13:30 -0400)
commita33d48d30594d24f792e62e2dccb5a9ee956b9d9
treeb8177ccc81fa3bdb24bd5260df2537184ec052cb
parent459a9d8383fc7ebb1455895bc63bcf333890bc16
Unify lists of errnos used in IOStream.

We generally want to treat aborted connections the same regardless of the
specific errno, but some calls caught ECONNRESET and ECONNABORTED
while others only caught ECONNRESET.  Reported in #828.
tornado/iostream.py