-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Connection prematurely closed DURING response #3655
Comments
I'm sorry, without more detail, as requested in the issue template, there's not much we can do. What versions are you using? What is your configuration? What steps to reproduce the issue? |
httpclient: |
I suspect that reactor-netty may have bugs when decoding TCP out of order packets |
That's not enough configuration to diagnose a problem. Steps to reproduce are also missing. Maybe this should be in the reactor netty issue tracker then? |
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
When the upstream service TCP packets of the gateway are out of order, the gateway will encounter the [Connection premature closed DURING response] error, and this problem must occur.
The text was updated successfully, but these errors were encountered: