(url-http-parse-headers): Reset url-http-data to nil,

like for the 303 response.
This commit is contained in:
Eli Zaretskii 2005-01-22 10:52:28 +00:00
parent cc7fe910c2
commit cfdd484fc7

View file

@ -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