Closed
Description
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.