Closed shikokuchuo closed 2 weeks ago
Minimal changes required here at elmer to enable streaming async.
elmer
Already reviewed by @jcheng5.
Also depends on an update to curl to allow us to use curl::multi_fdset() on the curl connection at resp$body, which Jeroen has already kindly merged.
curl
curl::multi_fdset()
resp$body
Closes #157.
@hadley we're now good to go on this one! Thanks.
Also I don't have any permissions here so either you or Joe have to merge this!
Thanks for all your work to make this happen!
Minimal changes required here at
elmer
to enable streaming async.Already reviewed by @jcheng5.
Also depends on an update to
curl
to allow us to usecurl::multi_fdset()
on the curl connection atresp$body
, which Jeroen has already kindly merged.Closes #157.