-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
java.io.EOFException: \n not found: limit=0 content=… #5390
Comments
This occur sometimes, so my
I use |
Can you provide a test server we can test against? This is likely a problem with the response from the server, possibly differs because of different headers or connection negotiation. Without that, we can't help. |
I have the same issue when using Ktor (ktorio/ktor#1708 (comment)) but was able to trace it back to an issue with connection pooling when The I guess that is intended behavior? It's just that the exception is very confusing for developers. |
Check whether the CPU, memory, or hard disk load on the server is too high or causing the problem |
The issue got resolved for me if I make it to true |
this is a high frequency bug for loser phone, when I can solve it by retryOnConnectionFailure(true). |
Occur sometimes.
The text was updated successfully, but these errors were encountered: