]> git.ipfire.org Git - thirdparty/tornado.git/commit
websockets: continue listening for messages after parsing completion
authorDan Loewenherz <dloewenherz@gmail.com>
Tue, 4 May 2010 22:59:22 +0000 (15:59 -0700)
committerDan Loewenherz <dloewenherz@gmail.com>
Tue, 4 May 2010 23:05:05 +0000 (16:05 -0700)
commit9ea5f8a277db96557ae7867375c7db4d8c5f633a
treef062cc8e09cd69afb29462f368a6820bc2bdfafa
parent00ad92f3982b7cb6f4634186b98219816cc5dac0
websockets: continue listening for messages after parsing completion

The prior implementation stops listening for messages after the first
message is received.
tornado/websocket.py