]> git.ipfire.org Git - thirdparty/tornado.git/commit
Better timeout handling in AsyncHTTPClient2. Tornado and libcurl may
authorBen Darnell <bdarnell@beaker.local>
Wed, 14 Jul 2010 23:31:22 +0000 (16:31 -0700)
committerBen Darnell <bdarnell@beaker.local>
Wed, 14 Jul 2010 23:40:52 +0000 (16:40 -0700)
commitc78ab55dc07a137b8eee1f8e09857102bcb19e98
treeed2b7952b1bd08fe749063d0fd45915d4c713d57
parent64d8d4e5080b4ee75b842b77eaf4c3deef9a8f42
Better timeout handling in AsyncHTTPClient2.  Tornado and libcurl may
use different clock functions, which can cause timeouts to be delayed
(in some cases until the next fetch is started).  This change
resynchronizes the schedule after each timeout call.
tornado/httpclient.py