Skip to content
This repository was archived by the owner on Sep 10, 2019. It is now read-only.

Handle persistant connections #5

Open
sleepdeprecation opened this issue Aug 6, 2013 · 0 comments
Open

Handle persistant connections #5

sleepdeprecation opened this issue Aug 6, 2013 · 0 comments

Comments

@sleepdeprecation
Copy link
Owner

This doesn't handle persistant connections, something supported in HTTP 1.1 (which is what we target at present). Perhaps we should get persistant connections working.

I mean, we could do it, we just need to think about how to hand the streams back around the loop. Our original issue with them was that we kept trying to read after the new line delinating the end of headers and beginning of data, but we handle that now.

Links

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

No branches or pull requests

1 participant