Skip to content

Commit

Permalink
Merge pull request #25263 from techhat/nonstandard
Browse files Browse the repository at this point in the history
Allow non-standard HTTP requests on tornado
  • Loading branch information
Nicole Thomas committed Jul 8, 2015
2 parents 4e7346a + ee62c75 commit 9e90603
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions salt/utils/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9e90603

Please sign in to comment.