]> git.ipfire.org Git - thirdparty/tornado.git/commit
Move `TCPServer` to `netutil`, change `handle_stream` callback to overridden method... 353/head
authorAlek Storm <alek.storm@gmail.com>
Mon, 12 Sep 2011 05:32:43 +0000 (05:32 +0000)
committerAlek Storm <alek.storm@gmail.com>
Mon, 12 Sep 2011 05:32:43 +0000 (05:32 +0000)
commit437c477ac65191dd33f70e05610e5f22d7e21916
treedb89d53419671d1fc8414360354c114b04370861
parentdfda3a555f6b47f3c58ade8acddf28f58805414d
Move `TCPServer` to `netutil`, change `handle_stream` callback to overridden method hook, move IP address hack for unix domain sockets to `HTTPConnection`
tornado/httpserver.py
tornado/netutil.py