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

Split multiple pipelined responses in a list of headers and payloads #44

Open
ibnesayeed opened this issue Dec 11, 2018 · 0 comments
Open

Comments

@ibnesayeed
Copy link
Owner

ibnesayeed commented Dec 11, 2018

Currently, pipelined responses are treated as a single payload except the first set of headers and iteratively diced and sliced to as needed. This can be improved by preprocessing response and create a list of header and payload pairs. Responses to HEAD request will be little tricky and will need out of band information to split messages properly as they do not have a payload, but headers might suggest that they have one.

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