-
Notifications
You must be signed in to change notification settings - Fork 26.4k
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
[Bug] consumer invoke provider by http3 start fail #14885
Comments
Could you please provider a demo? |
|
|
Sorry, this is an http3 negotiation bug that needs to be fixed, you run your demo by modifying the configuration:
to turn off the http3 negotiation, after modified I can run your demo locally. |
Fixed in #14901 |
so modify the word 'negotiate' to 'negotiation' ,then run ok? |
Seem h3 Idle process has some problem, need further investigation. |
|
Pre-check
Search before asking
Apache Dubbo Component
Java SDK (apache/dubbo)
Dubbo Version
dubbo 3.3.2 , openjdk17, windows11
Steps to reproduce this issue
refer to https://github.com/apache/dubbo-samples/blob/master/2-advanced/dubbo-samples-triple-http3/README.md
provider service config like that and use curl test, and it works http3 success. but use consumer invoke the provider by rpc use http3 the consumer start failed. follow is the image
both provider and consumer config as th image
consumer start failed with the error
What you expected to happen
consumer invoke provider by rpc use http3 success
Anything else
No response
Are you willing to submit a pull request to fix on your own?
Code of Conduct
The text was updated successfully, but these errors were encountered: