tkf / emacs-request

Request.el -- Easy HTTP request for Emacs Lisp
http://tkf.github.com/emacs-request/
GNU General Public License v3.0
629 stars 93 forks source link

Fully deal with file URLs #171

Closed dickmao closed 4 years ago

dickmao commented 4 years ago

Between curl 7.44 and 7.66, curl's behavior under --include changed.

Explicitly avoid --include with file URLs.

Closes #164