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 13:54:19 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Aaron Jensen <aaronjensen@gmail.com> writes:

> Lars, this reproduces the problem on master (but not with
> 4a6302330384ad89bcfccce6b563eb5462b753a9 reverted):
>
> (let ((url "http://requestbin.fullcontact.com/1kkmrpx1";)
>       (url-request-method "POST")
>       (url-request-data (encode-coding-string "📦" 'utf-8))
>       (url-request-extra-headers '(("Content-Type" . "application/json")))
>       (url-http-proxy nil))
>   (url-retrieve url (lambda (_))))

Thanks; with that test case I'm able to reproduce the bug, too.  I'll
get debugging...

-- 
(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]