changeset 59685:d980e03df4e4

(url-http-parse-headers): Reset url-http-data to nil, like for the 303 response.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 22 Jan 2005 10:52:28 +0000
parents bc6858294dbb
children 3dd5d4ddd007
files lisp/url/url-http.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/url/url-http.el	Sat Jan 22 10:41:29 2005 +0000
+++ b/lisp/url/url-http.el	Sat Jan 22 10:52:28 2005 +0000
@@ -459,7 +459,7 @@
 	      (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