]> git.ipfire.org Git - thirdparty/tornado.git/commit
Allow calls to SSLIOStream.write while the connection is in progress.
authorBen Darnell <ben@bendarnell.com>
Sun, 19 Aug 2012 19:16:15 +0000 (12:16 -0700)
committerBen Darnell <ben@bendarnell.com>
Sun, 19 Aug 2012 19:16:15 +0000 (12:16 -0700)
commit302c5032883e9e1bfd84ad9f4895f308015a2d6c
tree22bdb9fcc75b031046b8f4365a950b3762b3e7b8
parent0147ac24d771f05e6850ecb14c4fbd57f4b33597
Allow calls to SSLIOStream.write while the connection is in progress.

Skip fast-path writes while connecting, and rework the interaction
between base class and subclass to avoid the possibility of doubly-wrapped
sockets.

Closes #587.
tornado/iostream.py
tornado/test/iostream_test.py