taf2 / curb

Ruby bindings for libcurl
Other
1.29k stars 229 forks source link

Add :on_missing to callbacks supported by Curl::Multi.http #444

Closed shulima closed 2 months ago

shulima commented 1 year ago

Curl::Multi.http doesn't currently support setting :on_missing callbacks in options provided with urls_with_config.

taf2 commented 2 months ago

Thanks for adding this.