]> git.ipfire.org Git - thirdparty/tornado.git/commit
Perform sanity checks on request.body only if allow_nonstandard_methods is True.... 1531/head
authorStefan Tjarks <stefan@demonware.net>
Mon, 28 Sep 2015 21:58:15 +0000 (14:58 -0700)
committerStefan Tjarks <stefan@demonware.net>
Thu, 1 Oct 2015 15:48:17 +0000 (08:48 -0700)
commit8942b5bb8781ae73221f80d027034590813adfca
treec22ca0c3e9b86ba90c404aeb06e3f4d532589d47
parent4ee9ba94de11aaa4f932560fa2b3d8ceb8c61d2a
Perform sanity checks on request.body only if allow_nonstandard_methods is True. This makes CurlAsyncHTTPClient handle allow_nonstandard_methods the same as AsyncHTTPClient.
tornado/curl_httpclient.py
tornado/test/curl_httpclient_test.py
tornado/test/httpclient_test.py