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

Update low-level-rustls example - added http2 feature flag #3179

Conversation

richardalanjones
Copy link
Contributor

Motivation

  • Upon starting example server and running curl request as specified, request fails and server logs warning "HTTP/2 is not supported".

Solution

  • added "http2" feature flag to hyper-util, which is required feature in order to utilize HTTP2.

Copy link
Collaborator

@mladedav mladedav left a comment

Choose a reason for hiding this comment

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

Thanks

@mladedav mladedav merged commit f0ef8ae into tokio-rs:main Jan 16, 2025
18 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.

2 participants