]> git.ipfire.org Git - thirdparty/tornado.git/commit
Count SSL_ERROR_EOF as a kind of connection reset.
authorBen Darnell <ben@bendarnell.com>
Thu, 5 Mar 2015 04:25:59 +0000 (23:25 -0500)
committerBen Darnell <ben@bendarnell.com>
Thu, 5 Mar 2015 04:25:59 +0000 (23:25 -0500)
commitc60d6468b1f9f6b4af72882fa8b1aa36e29b27cb
tree6b186f916489f5d05c8a6ffa25a1835dceb34b5a
parent733a0fa3f2e0b465d1f182816cdb1114a787c963
Count SSL_ERROR_EOF as a kind of connection reset.

This reduces log spam and lets us remove an old (and timing-sensitive)
test workaround.

Closes #1362.
tornado/iostream.py
tornado/test/simple_httpclient_test.py