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
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs