1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00
emacs/lisp/url
Mark A. Hershberger e4f6153f96 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"))
2010-07-01 14:02:43 -04:00
..
.gitignore
ChangeLog 2010-07-01 Mark A. Hershberger <mah@everybody.org> 2010-07-01 14:02:43 -04:00
url-about.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
url-auth.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
url-cache.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
url-cid.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
url-cookie.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
url-dav.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
url-dired.el Use define-minor-mode where applicable. 2010-05-02 22:29:46 -04:00
url-expand.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
url-file.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
url-ftp.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
url-gw.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
url-handlers.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
url-history.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
url-http.el 2010-07-01 Mark A. Hershberger <mah@everybody.org> 2010-07-01 14:02:43 -04:00
url-imap.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
url-irc.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
url-ldap.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
url-mailto.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
url-methods.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
url-misc.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
url-news.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
url-nfs.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
url-ns.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
url-parse.el Add in some useful convenience functions for handling HTTP. 2010-06-22 12:48:53 -04:00
url-privacy.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
url-proxy.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
url-util.el * url-util.el (url-unhex-string): Don't accidentally decode as latin-1. 2010-05-19 11:23:53 -04:00
url-vars.el Merge from emacs-23 2010-06-16 16:08:41 -04:00
url.el Stop message.el from loading about 40 libraries it doesn't always need. 2010-03-18 19:55:37 -07:00