Variable: url-http-version
url-http-version is a variable defined in url-http.el.gz.
Value
"1.1"
Documentation
What version of HTTP we advertise, as a string.
Valid values are 1.1 and 1.0. This is only useful when debugging the HTTP subsystem.
Setting this to 1.0 will tell servers not to send chunked encoding, and other HTTP/1.1 specific features.
Source Code
;; Defined in /usr/src/emacs/lisp/url/url-http.el.gz
(defvar url-http-version "1.1"
"What version of HTTP we advertise, as a string.
Valid values are 1.1 and 1.0.
This is only useful when debugging the HTTP subsystem.
Setting this to 1.0 will tell servers not to send chunked encoding,
and other HTTP/1.1 specific features.")