]> git.eshelyaron.com Git - emacs.git/commit
2010-07-01 Mark A. Hershberger <mah@everybody.org>
authorMark A. Hershberger <mah@everybody.org>
Thu, 1 Jul 2010 18:02:43 +0000 (14:02 -0400)
committerMark A. Hershberger <mah@everybody.org>
Thu, 1 Jul 2010 18:02:43 +0000 (14:02 -0400)
commite4f6153f96ca61bf239a7153f9999c1624d7a924
treef746f440f0c909d741c8657ba5eced55d527bfe2
parent9d5405ec3c2761b5970fbb37397375ae62dc1833
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"))
lisp/url/ChangeLog
lisp/url/url-http.el