]> git.ipfire.org Git - thirdparty/tornado.git/commit
netutil_test: use 127.0.0.1 instead of localhost
authorBen Darnell <ben@bendarnell.com>
Sun, 12 Jun 2016 18:12:45 +0000 (14:12 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 12 Jun 2016 18:12:45 +0000 (14:12 -0400)
commit7ec71d46a83eade88f6d588f8f568f9759676c89
tree18075364f1ca417d6ee46169be031954a5f2f1de
parenta48f65a42c3b3f0f2b21bcbce4da12c2d4419915
netutil_test: use 127.0.0.1 instead of localhost

The first binding of the port was to 127.0.0.1, so the second should be
too. This may solve #1734.
tornado/test/netutil_test.py