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

feat(server): support auto_date_header, max_local_error_reset_streams, and ignore_invalid_headers. #161

Merged
merged 4 commits into from
Jan 30, 2025

Conversation

finnbear
Copy link
Contributor

@finnbear finnbear commented Jan 1, 2025

This PR adds hyper-util builder support for functions that were previously missing:

  • HTTP/1 ignore_invalid_headers (hyper 1.6.0)
  • HTTP/1 auto_date_header (hyper 1.4.0)
  • HTTP/2 auto_date_header (hyper 1.4.0)
  • HTTP/2 max_local_error_reset_streams (hyper 1.2.0 1.6.0)

Function signatures, function order, and function documentation are copied from hyper.

Draft because blocked on: hyperium/hyper#3820

@finnbear finnbear marked this pull request as draft January 1, 2025 08:13
@nitsky
Copy link

nitsky commented Jan 29, 2025

Now that hyperium/hyper#3820 has been merged and hyper 1.6.0 has been released, this should be unblocked.

@seanmonstar
Copy link
Member

I think all that's needed is to update the minimal version of hyper in the Cargo.toml file.

@finnbear finnbear marked this pull request as ready for review January 29, 2025 16:15
@finnbear finnbear changed the title feat(server): support auto_date_header and max_local_error_reset_streams. feat(server): support auto_date_header, max_local_error_reset_streams, and ignore_invalid_headers. Jan 29, 2025
@seanmonstar seanmonstar merged commit 46826ea into hyperium:master Jan 30, 2025
16 checks passed
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.

3 participants