]> git.ipfire.org Git - thirdparty/tornado.git/commit
Set HTTPRequest.protocol correctly when using the built-in SSL support.
authorBen Darnell <ben@bendarnell.com>
Thu, 20 Jan 2011 19:59:45 +0000 (11:59 -0800)
committerBen Darnell <ben@bendarnell.com>
Thu, 20 Jan 2011 19:59:45 +0000 (11:59 -0800)
commit377c160a1596efc4a406942c28835754e5bd1e8c
tree69b8cbc2959cb0a7eeb874934554610eb11ef15f
parent498438b12fe23bfb08e8b199466b5ef467542e8c
Set HTTPRequest.protocol correctly when using the built-in SSL support.

Closes #202.
tornado/httpserver.py
tornado/test/httpserver_test.py