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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: