From cfdd484fc73d924c8e5d7061544542a582be29aa Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 22 Jan 2005 10:52:28 +0000 Subject: [PATCH] (url-http-parse-headers): Reset url-http-data to nil, like for the 303 response. --- lisp/url/url-http.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el index 2608a85963a..3a0fbf6ecd6 100644 --- a/lisp/url/url-http.el +++ b/lisp/url/url-http.el @@ -459,7 +459,7 @@ should be shown to the user." (url-http-debug "Converting `%s' request to `GET' because of REDIRECT(%d)" url-http-method url-http-response-status) (setq url-http-method "GET" - url-request-data nil))) + url-http-data nil))) (303 ;; The response to the request can be found under a different ;; URI and SHOULD be retrieved using a GET method on that -- 2.39.5