diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-02-12 21:09:46 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-02-12 21:09:46 -0200 |
commit | 3855607ae779165e33f5f1834bedad42d1583971 (patch) | |
tree | c3c8ed332f216daccbef721c4e7cd2fa724bd5fb /sx-request.el | |
parent | 75c4a7d4e02e81c42a4914e2b798f60415a3b505 (diff) | |
parent | 07dbdbad69dd502abc209bd38aabdf5204bc65f7 (diff) |
Merge branch 'tag-buttons' into images
Diffstat (limited to 'sx-request.el')
-rw-r--r-- | sx-request.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-request.el b/sx-request.el index 7f18a2b..d7fd058 100644 --- a/sx-request.el +++ b/sx-request.el @@ -160,7 +160,7 @@ the main content of the response is returned." (url-inhibit-uncompression t) (url-request-data (sx-request--build-keyword-arguments args nil)) (request-url (concat sx-request-api-root method)) - (url-request-method (and request-method (symbol-name request-method))) + (url-request-method (and request-method (upcase (symbol-name request-method)))) (url-request-extra-headers '(("Content-Type" . "application/x-www-form-urlencoded"))) (response-buffer (url-retrieve-synchronously request-url))) |