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

Does `:complete` run after timeout? #113

Closed matthew-piziak closed 5 years ago

matthew-piziak commented 5 years ago

I want to do run a function when a request succeeds, completes, or times out. Right now I'm putting this in complete: but after the timeout the function still hasn't run. What should I be using instead?

matthew-piziak commented 5 years ago

False alarm. My function was broken so it was failing silently.