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
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.
The text was updated successfully, but these errors were encountered:
I've noticed on http streams pipelining is always disabled and all the range request sent by the client are unconstrained:
I believe this is because the client never sends
Connection: Keep-Alive
inop_http_stream_open()
along with the other headers.Once added, the pipelining seems to work and the client issues well constrained range requests.
The text was updated successfully, but these errors were encountered: