]> git.ipfire.org Git - thirdparty/tornado.git/commit
Remove example of the legacy HTTPServer callback interface.
authorBen Darnell <ben@bendarnell.com>
Mon, 27 Oct 2014 02:15:31 +0000 (22:15 -0400)
committerBen Darnell <ben@bendarnell.com>
Mon, 27 Oct 2014 02:15:31 +0000 (22:15 -0400)
commit26cb9b3fa67ef3282414a86743ee2e16c81913c3
tree544c7a778e543c81dadf2264e82d84a3e8f3950b
parent785decbbb5c2f081bc956cfae1691dd80ccab060
Remove example of the legacy HTTPServer callback interface.

Even before the HTTPServerConnectionDelegate interface replaced it,
direct use of this callback interface should have been rare.

This untested example was incorrect when first written and
once fixed only worked on python 2.
tornado/httpserver.py