]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add a callback to handle headers in httpclient as they come in, so
authorBen Darnell <bdarnell@beaker.local>
Fri, 19 Mar 2010 18:20:56 +0000 (11:20 -0700)
committerBen Darnell <bdarnell@beaker.local>
Fri, 19 Mar 2010 18:20:56 +0000 (11:20 -0700)
commitbce36a7c1aa9d2eef490a87745d3eda7282af7d1
treea90f51e0817d7a20dbaa590914a0335387dcc28f
parent70fb42d6a0b5e4fa2eed4d3aa4c795b957798e19
Add a callback to handle headers in httpclient as they come in, so
they will be available for data handled by streaming_callback.
tornado/httpclient.py