]> git.ipfire.org Git - thirdparty/tornado.git/commit
Allow setting the maximum read buffer size when constructing a SimpleAsyncHTTPClient... 310/head
authorDavid Recordon <davidrecordon@David-Recordons-MacBook-Pro.local>
Thu, 21 Jul 2011 04:23:01 +0000 (21:23 -0700)
committerDavid Recordon <davidrecordon@David-Recordons-MacBook-Pro.local>
Thu, 21 Jul 2011 04:23:01 +0000 (21:23 -0700)
commitaa777a07851cf0db322933301be45b09567bc878
tree1db377b18dc37eaee034149ee53605e979e3bfae
parentb4324c1ec70a89d72bcb87747c1159b465234b78
Allow setting the maximum read buffer size when constructing a SimpleAsyncHTTPClient. Defaults to 100mb like the underlying IOStream. Tested that fetching a file over 100mb no longer gives a "Maximum read buffer size" exception.
tornado/simple_httpclient.py