From: Stefan Monnier Date: Mon, 20 Feb 2006 22:21:00 +0000 (+0000) Subject: (url-http-find-free-connection): braino. X-Git-Tag: emacs-pretest-22.0.90~3987 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4e606fbad7a8b37305093d695d54c7f847de4454;p=emacs.git (url-http-find-free-connection): braino. --- diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el index 66fb0da42b9..22ca6010ef9 100644 --- a/lisp/url/url-http.el +++ b/lisp/url/url-http.el @@ -121,7 +121,7 @@ request.") (let ((buf (generate-new-buffer " *url-http-temp*"))) ;; `url-open-stream' needs a buffer in which to do things ;; like authentication. But we use another buffer afterwards. - (unwind-protect (url-open-stream host nil host port) + (unwind-protect (url-open-stream host buf host port) (kill-buffer buf))))))) ;; Building an HTTP request