hyperium / hyper

An HTTP library for Rust
https://hyper.rs
MIT License
14.42k stars 1.59k forks source link

fix(http1): make `date_header` effective #3718

Closed yhx-12243 closed 1 month ago

yhx-12243 commented 2 months ago

date_header option is not work in http1 because the argument in Builder is forgotten to pass into the further connection object.