]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix an AttributeError in WebSocketClientConnection._on_close.
authorBen Darnell <ben@bendarnell.com>
Sat, 9 Aug 2014 18:09:22 +0000 (14:09 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 10 Aug 2014 18:13:25 +0000 (14:13 -0400)
commit5a7719e0e9e3c682e06870859ee11cae51d8f9ca
treec0029d591bf3d8cbac15daa9174dc1b2933f0aef
parent87fa80c9ebd6eda8c1596bed738bdf4fb8df1e67
Fix an AttributeError in WebSocketClientConnection._on_close.

Fix an issue that was preventing this issue from showing up in my
tests.

Closes #1140.
tornado/websocket.py