You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When make a request and it not respond in timeout configuration the exception throw as "Failed to read HTTP status line", this error sounds like "Response timeout exceeded".
When make a request and it not respond in timeout configuration the exception throw as "Failed to read HTTP status line", this error sounds like "Response timeout exceeded".
Test case:
Client:
Do a GET request and pass timeout as paramter (ex: 5000 ms):
http://localhost:8080/api/test?timeout=5000
Server:
Sleep for the timeout and before answer request.
Result in client:
Throw exception with message: "Failed to read HTTP status line"
The text was updated successfully, but these errors were encountered: