From 4e606fbad7a8b37305093d695d54c7f847de4454 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 20 Feb 2006 22:21:00 +0000 Subject: [PATCH] (url-http-find-free-connection): braino. --- lisp/url/url-http.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2