Mercurial > emacs
comparison etc/DEBUG @ 109095:c9fdfb1ca05e
2010-07-01 Mark A. Hershberger <mah@everybody.org>
* url-http.el (url-http-create-request): Add a CRLF on the end so
that POSTs with content to https urls work. See
<https://bugs.launchpad.net/mediawiki-el/+bug/540759>
Prior to this, the following request would not terminate:
(let ((url-request-method "POST")
(url-request-data "action=login"))
(url-retrieve-synchronously "https://example.org/wiki/api.php"))
author | Mark A. Hershberger <mah@everybody.org> |
---|---|
date | Thu, 01 Jul 2010 14:02:43 -0400 |
parents | 6799ec1a7188 |
children | 417b1e4d63cd |
comparison
equal
deleted
inserted
replaced
109094:3c35c7d2d79b | 109095:c9fdfb1ca05e |
---|