]> code.delx.au - gnu-emacs/commit
Prohibit multibyte characters in url-http-data
authorDmitry Gutov <dgutov@yandex.ru>
Sun, 19 Jun 2016 18:06:39 +0000 (21:06 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Sun, 19 Jun 2016 18:06:39 +0000 (21:06 +0300)
commit2ede29575fa22eb7c265117d7511cff9fe02c606
treed94291b1dceaf40b97a4850e751caaff5979a22e
parentea5d141882b5b0519abc8f50f28a43b9ae41c50d
Prohibit multibyte characters in url-http-data

It didn't work anyway, but this makes any such errors more obvious
by catching them earlier.

* lisp/url/url-http.el (url-http-create-request):
Use string-to-unibyte (bug#23750).
lisp/url/url-http.el