]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix bug when max_clients kwarg is passed to AsyncHTTPClient.configure.
authorBen Darnell <ben@bendarnell.com>
Mon, 7 May 2012 01:10:13 +0000 (18:10 -0700)
committerBen Darnell <ben@bendarnell.com>
Mon, 7 May 2012 01:26:54 +0000 (18:26 -0700)
commit6dbce939982cfac185dab8fcd25bde14528660e1
treeaefb4ad64705a92e0441a504357abc4bfc48d770
parent9ef20e3fae02e29de11e660310c0f9952ffc00fe
Fix bug when max_clients kwarg is passed to AsyncHTTPClient.configure.

Closes #493.
tornado/httpclient.py
tornado/test/simple_httpclient_test.py