Variable: url-http-attempt-keepalives
url-http-attempt-keepalives is a variable defined in url-http.el.gz.
Value
t
Documentation
Whether to use a single TCP connection multiple times in HTTP.
This is only useful when debugging the HTTP subsystem. Setting to nil will explicitly close the connection to the server after every request.
Source Code
;; Defined in /usr/src/emacs/lisp/url/url-http.el.gz
(defvar url-http-attempt-keepalives t
"Whether to use a single TCP connection multiple times in HTTP.
This is only useful when debugging the HTTP subsystem. Setting to
nil will explicitly close the connection to the server after every
request.")