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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/url/url-http.el
Date: Tue, 28 Jun 2005 17:35:18 -0400

Index: emacs/lisp/url/url-http.el
diff -c emacs/lisp/url/url-http.el:1.15 emacs/lisp/url/url-http.el:1.16
*** emacs/lisp/url/url-http.el:1.15     Tue Jun 28 00:48:09 2005
--- emacs/lisp/url/url-http.el  Tue Jun 28 21:35:18 2005
***************
*** 199,205 ****
      (setq request
          (concat
           ;; The request
!          (or url-request-method "GET") " " real-fname " HTTP/" 
url-http-version "\r\n"
           ;; Version of MIME we speak
           "MIME-Version: 1.0\r\n"
           ;; (maybe) Try to keep the connection open
--- 199,207 ----
      (setq request
          (concat
           ;; The request
!          (or url-request-method "GET") " "
!          (if proxy-obj (url-recreate-url proxy-obj) real-fname)
!          " HTTP/" url-http-version "\r\n"
           ;; Version of MIME we speak
           "MIME-Version: 1.0\r\n"
           ;; (maybe) Try to keep the connection open




reply via email to

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