diff --git a/R/aaa-async.R b/R/aaa-async.R index a3750a36..ac3da725 100644 --- a/R/aaa-async.R +++ b/R/aaa-async.R @@ -2886,6 +2886,7 @@ http_post <- mark_as_async(http_post) http_delete <- function(url, headers = character(), file = NULL, options = list()) { url; headers; options; + options <- get_default_curl_options(options) make_deferred_http( function() {