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
Right now Hyper closes the connection when the server responds with status code 204 and the connection have the keep-alive header and the client have the keep-alive setting. This is a problem because even if the server says that there is no content the client may want to request more resources
Thanks for the report! There used to be code to properly handle 204s and 304s, but it was lost in the redesign to async. I'm adding it back in. The fix will be included when 0.11.2 is released.
Right now Hyper closes the connection when the server responds with status code 204 and the connection have the keep-alive header and the client have the keep-alive setting. This is a problem because even if the server says that there is no content the client may want to request more resources
Finagle had the same problem, for reference twitter/finagle#563.
The text was updated successfully, but these errors were encountered: