]> git.ipfire.org Git - thirdparty/tornado.git/commit
Accomodate websocket draft 76 over HAProxy http mode. Changed the order of header... 153/head
authorcbecker333 <cbecker333@gmail.com>
Wed, 13 Oct 2010 04:21:35 +0000 (21:21 -0700)
committercbecker333 <cbecker333@gmail.com>
Wed, 13 Oct 2010 04:21:35 +0000 (21:21 -0700)
commitce02250ed3579706f800cfc5e622da834d79f933
tree8b4868a147ed0e64a030d900e6946075540508bd
parentf10c7176f11ee26de1aa063ee76af672ca5854d0
Accomodate websocket draft 76 over HAProxy http mode.  Changed the order of header writing and nonce reading to allow HAProxy to fully establish the connection when in http mode.  For more background read here:
http://www.mail-archive.com/haproxy@formilux.org/msg03067.html
tornado/websocket.py