zrlw commented on issue #15233: URL: https://github.com/apache/dubbo/issues/15233#issuecomment-2738974157
1. https://stackoverflow.com/questions/67018337/is-there-any-way-to-handle-http-2-goaway-received-ioexception-in-httpclient-java ``` the solution is to catch the IOException and handle it; e.g. by reporting to the user that the request has failed, or retrying the HTTP request using a fresh connection. ``` 2. https://stackoverflow.com/questions/55087292/how-to-handle-http-2-goaway-with-java-net-httpclient```My first thought would be to check if the exception message contains the string "GOAWAY" and then retry the request accordingly ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
