]> git.ipfire.org Git - thirdparty/tornado.git/commit
Rewrite IP check to use getaddrinfo instead of inet_pton (more portable).
authorBen Darnell <ben@bendarnell.com>
Mon, 2 Jan 2012 06:54:36 +0000 (22:54 -0800)
committerBen Darnell <ben@bendarnell.com>
Mon, 2 Jan 2012 06:54:36 +0000 (22:54 -0800)
commit8fbe7c7d1112e870195a4a00ddb9b7ff03c630cc
tree9829e06f358d260b6f7207d1dd240cc4eb5bc185
parent5650d907471250c91ff1943556d9e9f6ed072c25
Rewrite IP check to use getaddrinfo instead of inet_pton (more portable).

Closes #392.
tornado/httpserver.py
tornado/test/httpserver_test.py