alexcrichton / curl-rust

Rust bindings to libcurl
MIT License
1k stars 234 forks source link

feat: add three more curl multi options #505

Closed weihanglo closed 1 year ago

weihanglo commented 1 year ago

However, server push is a bit hard to provide a sane API. Leave them for people needing it in the future.

weihanglo commented 1 year ago

system curl is stuck in 7.47.0. Does that mean this PR points to nowhere?

ehuss commented 1 year ago

system curl is stuck in 7.47.0. Does that mean this PR points to nowhere?

In systest/build.rs, there are version-specific checks that you can add exceptions for older versions.

weihanglo commented 1 year ago

Thanks! Fixed with 3cbc959d562d6b130da2ca80db4ca37f9123c7d5

alexcrichton commented 1 year ago

👍