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

Dynamically enable/disable --compressed curl option #143

Closed kiennq closed 5 years ago

kiennq commented 5 years ago

Shamelessly taking code from https://github.com/skeeto/elfeed/commit/40d3463ca2c4380d2d9aaf79b0ad8583f464d81b to fix request-curl compression detection.

This also fix #111