diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-07-20 12:46:30 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-07-20 12:46:30 +0200 |
commit | b4d6c6240f17b085f8afdb6933ffd440c7cb836c (patch) | |
tree | d9a10de58b4b58716672322ce0087074114d7df5 /lisp/mastodon-http.el | |
parent | 46a31f419ce314bb55e5d53dc88cf6ddb8fa6f47 (diff) |
comment erroneous request-timeout lexical
Diffstat (limited to 'lisp/mastodon-http.el')
-rw-r--r-- | lisp/mastodon-http.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-http.el b/lisp/mastodon-http.el index 7d01e26..663e2a9 100644 --- a/lisp/mastodon-http.el +++ b/lisp/mastodon-http.el @@ -309,7 +309,7 @@ PARAMS is an alist of any extra parameters to send with the request." Then run function CALLBACK with arguements CBARGS. Authorization header is included by default unless UNAUTHENTICED-P is non-nil." (mastodon-http--authorized-request "POST" - (let ((request-timeout 5) + (let (;(request-timeout 5) ; this is from request.el no url.el! (url-request-data (when params (mastodon-http--build-params-string params)))) (with-temp-buffer |