Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(http1): make date_header effective #3718

Merged
merged 2 commits into from
Jul 31, 2024

Conversation

yhx-12243
Copy link
Contributor

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

Copy link
Member

@seanmonstar seanmonstar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@seanmonstar seanmonstar merged commit 7de0237 into hyperium:master Jul 31, 2024
21 checks passed
ionut-slaveanu pushed a commit to ionut-slaveanu/hyper that referenced this pull request Aug 16, 2024
Before this patch, the option was not fully propagated to the inner server conn state object. Now it is.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants