]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix Expect header bug in curl_httpclient.py. 237/head
authorNeil Rahilly <neilrahilly@gmail.com>
Mon, 28 Mar 2011 15:11:04 +0000 (11:11 -0400)
committerNeil Rahilly <neilrahilly@gmail.com>
Mon, 28 Mar 2011 15:21:50 +0000 (11:21 -0400)
commit18f942b26ca26a019f05cb36a28c009a52921870
tree969b93f9099af5167e737da20f573c40b151d2de
parent8eb6dd249e263f9a93218ec0d8608f96d88b1cef
Fix Expect header bug in curl_httpclient.py.

setopt, when used with HTTPHEADER, takes a list, not a string.
tornado/curl_httpclient.py