]> git.eshelyaron.com Git - emacs.git/commitdiff
(url-http-find-free-connection): Fix braino in last fix.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 7 Mar 2006 17:21:16 +0000 (17:21 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 7 Mar 2006 17:21:16 +0000 (17:21 +0000)
lisp/url/ChangeLog
lisp/url/url-http.el

index b5bc07cb170ba21c5f5dd168785dfa8c6ab4ac00..60a279356b84372cd3553f469aecbbdecc2cc20f 100644 (file)
@@ -1,3 +1,7 @@
+2006-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * url-http.el (url-http-find-free-connection): Fix braino in last fix.
+
 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * url-http.el (url-http-find-free-connection): Don't kill the process
index a4a01958b2d63a09f28ffbefe28e499810c66373..c401094593e42ecceb8d89bfb936e59f6408ac61 100644 (file)
@@ -124,7 +124,8 @@ request.")
            (unwind-protect
                (let ((proc (url-open-stream host buf host port)))
                  ;; Drop the temp buffer link before killing the buffer.
-                 (set-process-buffer proc nil))
+                 (set-process-buffer proc nil)
+                 proc)
              (kill-buffer buf)))))))
 
 ;; Building an HTTP request