bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#31248: 27.0.50; Regression: Multibyte text in HTTP request


From: Lars Ingebrigtsen
Subject: bug#31248: 27.0.50; Regression: Multibyte text in HTTP request
Date: Tue, 24 Apr 2018 14:06:22 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

OK, I found the problem, and it's, er, obscure, man:

(setq i "http://requestbin.fullcontact.com";)
(multibyte-string-p i)
=> nil

(setq u (url-generic-parse-url i))
(url-host u)
=> "requestbin.fullcontact.com"
(multibyte-string-p (url-host u))
=> t

And this made the entire request string multibyte.

I'll push a fix in a few minutes.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no






reply via email to

[Prev in Thread] Current Thread [Next in Thread]