]> git.ipfire.org Git - thirdparty/tornado.git/commit
fix matching a IPv6 address as host
author依云 <lilydjwg@gmail.com>
Tue, 25 Nov 2014 13:36:28 +0000 (21:36 +0800)
committer依云 <lilydjwg@gmail.com>
Tue, 25 Nov 2014 13:41:02 +0000 (21:41 +0800)
commit36b35653b175d1866a7ba5dacf7b69177d49872a
treede3ecdaa4f535e5d5f7327257afa354f4f0df06f
parent20bf1653d24c4bc97043377a05cb3e682cb8e4db
fix matching a IPv6 address as host

When the host is something like '[::1]' or '[::1]:8080',
_get_host_handlers gets wrong hosts string.
tornado/web.py