-
Notifications
You must be signed in to change notification settings - Fork 785
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
Are there any plans to support http/2.0 #809
Comments
hello @OlgaMaciaszek , can you assign this issue to me. |
Sure @galaxy-sea :) . |
HTTP2 is supported by OkHttp and it's enabled by default. There's also support in Apache HC5. We should add the support for this within this issue. |
hello @OlgaMaciaszek , |
I've sorted out the clients that support the http2 protocol. AsyncClients is the best for supporting the http2 protocol.
|
Maybe we need to implement the http2 protocol on the basis of Async feign flow #511. |
http server enable http2.0 .
But feign client still uses http/1.1 protocol
The text was updated successfully, but these errors were encountered: