emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/url/url-http.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/url/url-http.el
Date: Sat, 22 Jan 2005 05:52:28 -0500

Index: emacs/lisp/url/url-http.el
diff -c emacs/lisp/url/url-http.el:1.8 emacs/lisp/url/url-http.el:1.9
*** emacs/lisp/url/url-http.el:1.8      Mon Jan  3 16:53:17 2005
--- emacs/lisp/url/url-http.el  Sat Jan 22 10:52:28 2005
***************
*** 459,465 ****
              (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)))
           (303
            ;; The response to the request can be found under a different
            ;; URI and SHOULD be retrieved using a GET method on that
--- 459,465 ----
              (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-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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]