-
Notifications
You must be signed in to change notification settings - Fork 797
Are there any plans to support http/2.0 #809
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
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. |
Has this issue not been resolved yet? No matter which configuration is used, HTTP/2 will not be utilized. My server-side configuration should be fine because testing with curl works without any issues, but it doesn't work with OpenFeign. |
@thousmile
spring:
cloud:
openfeign:
client:
refresh-enabled: true
okhttp:
enabled: true
httpclient:
ok-http:
protocols:
- H2_PRIOR_KNOWLEDGE |
@galaxy-sea 非常感谢,原来我是被日志骗了 |
http server enable http2.0 .
But feign client still uses http/1.1 protocol
The text was updated successfully, but these errors were encountered: