http-rs / surf

Fast and friendly HTTP client framework for async Rust
https://docs.rs/surf
Apache License 2.0
1.45k stars 119 forks source link

http headers do not support the http2 protocol, for example, the header name cannot start with a colon. #306

Open ptechen opened 3 years ago

Fishrock123 commented 3 years ago

@ptechen

Have you enabled any features from surf, perhaps changing the default client?

What header is this and where does the error come from?