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

HTTP Server should respect Connection: Close and/or Keep Alives #14

Open
panesofglass opened this issue Nov 10, 2011 · 2 comments
Open

Comments

@panesofglass
Copy link
Member

We currently don't do any connection management, but HTTP specifies how this should work. We should pay attention to Keep Alive and Connection headers and take the appropriate action. The current implementation doesn't make this very easy, so the new compositional architecture could greatly help facilitate this request.

@hammett
Copy link

hammett commented Nov 21, 2011

FYI I'm trying to make this work out of pure need and it's quite involved.

@panesofglass
Copy link
Member Author

You should be able to find something like this in the following commits:

  1. commit 5193644
  2. commit 69d0c8d
  3. commit 9626cd6
  4. commit ed3cbda

Note: these are in our Pipelets branch and not 100% ready. That said, it's much better performing than master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants