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

Fixing :sync #108

Closed dickmao closed 5 years ago

dickmao commented 5 years ago

Previously, request--curl-sync would merely return as soon as the curl process finished without regard to #'request--curl-callback. This change attaches the semaphore to the right place.

Fixes #92 (one hopes).

titaniumbones commented 5 years ago

Thank you @dickmao , let's get this merged and hopefully tested & deployed soon!