Skip to content
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

HttpServer should close the connection if response fully sent before request terminated #324

Open
smaldini opened this issue Apr 18, 2018 · 1 comment
Labels
type/enhancement A general enhancement

Comments

@smaldini
Copy link
Contributor

No description provided.

@violetagg
Copy link
Member

Here is what we have in the specification

   A server MUST read
   the entire request message body or close the connection after sending
   its response, since otherwise the remaining data on a persistent
   connection would be misinterpreted as the next request.  Likewise, a
   client MUST read the entire response message body if it intends to
   reuse the same connection for a subsequent request.

https://tools.ietf.org/html/rfc7230#section-6.3

@smaldini smaldini modified the milestones: 0.8.x Backlog, 0.9.x Backlog Feb 7, 2019
@violetagg violetagg modified the milestones: 0.9.x Maintenance Backlog, 1.0.0 Backlog Oct 19, 2020
@violetagg violetagg modified the milestones: General Backlog, 1.0.7 Apr 19, 2021
@violetagg violetagg modified the milestones: 1.0.7, 1.0.8 May 7, 2021
@violetagg violetagg modified the milestones: 1.0.8, 1.0.9 Jun 14, 2021
@violetagg violetagg modified the milestones: 1.0.9, 1.0.10 Jul 5, 2021
@violetagg violetagg modified the milestones: 1.0.10, 1.0.11 Jul 27, 2021
@violetagg violetagg modified the milestones: 1.0.11, General Backlog Aug 16, 2021
@violetagg violetagg added type/enhancement A general enhancement and removed type/bug A general bug labels Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants