]> git.eshelyaron.com Git - emacs.git/commit
Fix problem with submitting binary data via HTTP forms
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 13 Oct 2016 19:39:29 +0000 (21:39 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 13 Oct 2016 19:39:34 +0000 (21:39 +0200)
commita6e0188dffc394698d9ffbef50401f14a31c8722
tree2ef283ac8f57c0daa7ecadcee02ca99f76f8f845
parent4c620c20d4cfd15e6c54fc10c1000dabc01064f7
Fix problem with submitting binary data via HTTP forms

* lisp/gnus/mm-url.el (mm-url-encode-multipart-form-data):
Document the parameters, clean up the code, and make uploading
binary data really work (which it didn't if the binary bits
were in the last part of the data).
lisp/gnus/mm-url.el