mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Allow non-standard HTTP requests on tornado
This commit is contained in:
parent
e6251e78eb
commit
ee62c75beb
@ -394,6 +394,7 @@ def query(url,
|
||||
auth_password=password,
|
||||
body=data,
|
||||
validate_cert=verify_ssl,
|
||||
allow_nonstandard_methods=True,
|
||||
**req_kwargs
|
||||
)
|
||||
except tornado.httpclient.HTTPError as exc:
|
||||
|
Loading…
Reference in New Issue
Block a user