]> git.eshelyaron.com Git - emacs.git/commit
Make url-http thread-safe (Bug#73199)
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 11 Oct 2024 10:06:08 +0000 (12:06 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 14 Oct 2024 17:38:16 +0000 (19:38 +0200)
commitf977d99304be377df7110c575f23c12b57311008
treec4b69ba21f8b44e0e7befca0269e980bef4b1be8
parent3f32305281348d26d60bc2cc947e734a5a83f63e
Make url-http thread-safe (Bug#73199)

* lisp/url/url-http.el (url-http-open-connections): Adapt docstring.
(current-thread, thread-live-p): Declare.
(url-http-mark-connection-as-busy)
(url-http-mark-connection-as-free)
(url-http-find-free-connection): Use extended hash key.  (Bug#73199)

(cherry picked from commit 8032423239ae2df6970c208a1b0166dcda65a445)
lisp/url/url-http.el