]> git.ipfire.org Git - thirdparty/tornado.git/commit
Allow add_handlers() to append to existing hosts.
authorJon Parise <jon@indelible.org>
Wed, 7 Nov 2012 01:33:24 +0000 (17:33 -0800)
committerJon Parise <jon@indelible.org>
Wed, 7 Nov 2012 01:33:24 +0000 (17:33 -0800)
commit68f52c12d6eca66e9404f4e76b69f056f9ee5d43
tree72936e8dcffd3f2356067def17ad3a51eec5777a
parent958301dd9612969450daf4fd361dd0ad81138b22
Allow add_handlers() to append to existing hosts.

This change removes the restriction that all handlers for a given host
pattern be registered in a single call to add_handlers().
tornado/web.py