]> git.ipfire.org Git - thirdparty/tornado.git/commit
Support PATCH with body in curl_httpclient.
authorBen Darnell <ben@bendarnell.com>
Sat, 3 Oct 2015 14:43:22 +0000 (10:43 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 3 Oct 2015 14:43:22 +0000 (10:43 -0400)
commitbef7b324f587fd737ba5ba1f2e0d04559cc7a45f
tree16d5cac71ff244e0e03cc2ec075e626d25f67e30
parent666e5561a30cdc3994861a4ecf223afe21492de9
Support PATCH with body in curl_httpclient.

This previously required `allow_nonstandard_methods`.

Refine the body sanity checks and tests (followup to #1531).
tornado/curl_httpclient.py
tornado/test/httpclient_test.py