Variable: url-http-open-connections
url-http-open-connections is a variable defined in url-http.el.gz.
Value
#s(hash-table size 17 test equal rehash-size 1.5 rehash-threshold 0.8125 data
())
Documentation
A hash table of all open network connections.
Source Code
;; Defined in /usr/src/emacs/lisp/url/url-http.el.gz
(defvar url-http-open-connections (make-hash-table :test 'equal
:size 17)
"A hash table of all open network connections.")