]> git.ipfire.org Git - thirdparty/tornado.git/commit
Remove HTTPServer.__init__'s **kwargs.
authorBen Darnell <ben@bendarnell.com>
Sun, 20 Apr 2014 14:22:32 +0000 (10:22 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 20 Apr 2014 14:22:32 +0000 (10:22 -0400)
commitadba10d66724d601b0cced11e14e70a2a661fa09
treef9d6f9580cbb6fdfbee585032f82fda7ab68659b
parent89d794c93643af36491247f016c4ab20e78580ae
Remove HTTPServer.__init__'s **kwargs.

New keyword arguments to this constructor are no longer likely to
be simple pass-through arguments to TCPServer.
tornado/http1connection.py
tornado/httpserver.py