mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-24 19:03:29 +00:00
url-vars.el (url-mime-charset-string): Changed the default to nil to
avoid sending 1171 bytes of not very useful data to the HTTP server every request.
This commit is contained in:
parent
7f467e1413
commit
b39e244605
@ -1,3 +1,9 @@
|
|||||||
|
2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||||
|
|
||||||
|
* url-vars.el (url-mime-charset-string): Changed the default to
|
||||||
|
nil to avoid sending 1171 bytes of not very useful data to the
|
||||||
|
HTTP server every request.
|
||||||
|
|
||||||
2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||||
|
|
||||||
* url-util.el (url-display-percentage): Don't message when the URL
|
* url-util.el (url-display-percentage): Don't message when the URL
|
||||||
|
@ -234,7 +234,7 @@ Generated according to current coding system priorities."
|
|||||||
(mapconcat 'symbol-name ordered ";q=0.5, ")
|
(mapconcat 'symbol-name ordered ";q=0.5, ")
|
||||||
";q=0.5"))))
|
";q=0.5"))))
|
||||||
|
|
||||||
(defvar url-mime-charset-string (url-mime-charset-string)
|
(defvar url-mime-charset-string nil
|
||||||
"*String to send in the Accept-charset: field in HTTP requests.
|
"*String to send in the Accept-charset: field in HTTP requests.
|
||||||
The MIME charset corresponding to the most preferred coding system is
|
The MIME charset corresponding to the most preferred coding system is
|
||||||
given priority 1 and the rest are given priority 0.5.")
|
given priority 1 and the rest are given priority 0.5.")
|
||||||
|
Loading…
Reference in New Issue
Block a user