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 pipelining is always disabled #22

Open
Archie3d opened this issue Jan 13, 2021 · 0 comments
Open

HTTP pipelining is always disabled #22

Archie3d opened this issue Jan 13, 2021 · 0 comments

Comments

@Archie3d
Copy link

I've noticed on http streams pipelining is always disabled and all the range request sent by the client are unconstrained:

Range: bytes 0-

I believe this is because the client never sends Connection: Keep-Alive in op_http_stream_open() along with the other headers.
Once added, the pipelining seems to work and the client issues well constrained range requests.

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

1 participant