+2005-06-28 Klaus Straubinger <KSNetz@Arcor.DE> (tiny change)
+
+ * url-http.el (url-http-create-request): Call url-recreate-url
+ in proxy case.
+
2005-06-27 Klaus Straubinger <KSNetz@Arcor.DE> (tiny change)
* url-http.el (url-http-create-request): When computing real-fname,
(setq request
(concat
;; The request
- (or url-request-method "GET") " " real-fname " HTTP/" url-http-version "\r\n"
+ (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