]> git.eshelyaron.com Git - emacs.git/commit
Make url-http-create-request work with non-ASCII data again
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 24 Apr 2018 12:09:41 +0000 (14:09 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 24 Apr 2018 12:09:53 +0000 (14:09 +0200)
commitca5713deffde3e4b3126e60e75c169af824365ec
tree1b4239cf9bd7f043347268b707ed4540b9d5b3b6
parentfa3136e07148ab37fabc52007f531e71e41a1d5a
Make url-http-create-request work with non-ASCII data again

* lisp/url/url-http.el (url-http-create-request): Ensure that the
entire request string is unibyte (bug#31248).
lisp/url/url-http.el