+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
(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