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
{{ message }}
This repository was archived by the owner on Sep 10, 2019. It is now read-only.
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.
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
The text was updated successfully, but these errors were encountered: