Mercurial > emacs
changeset 69054:cd1e5d79c742
(url-http-find-free-connection): braino.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 20 Feb 2006 22:21:00 +0000 |
parents | 50d261231975 |
children | 43656cd3b1ab |
files | lisp/url/url-http.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/url/url-http.el Mon Feb 20 22:16:00 2006 +0000 +++ b/lisp/url/url-http.el Mon Feb 20 22:21:00 2006 +0000 @@ -121,7 +121,7 @@ (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