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

Further encapsulate response header #873

Merged
merged 1 commit into from
Dec 15, 2021

Conversation

petergoldstein
Copy link
Owner

The response header differs substantially between binary and meta protocol, to the level that what's in the header vs a body is really different. It's not clear that exposing a "ResponseHeader" outside of the protocol specific package has value. This change hides the ResponseHeader from the buffer, making it easier to make the buffer protocol agnostic.

The response header differs substantially between binary and meta protocol, to the level that what's in the header vs a body is really different.  It's not clear that exposing a "ResponseHeader" outside of the protocol specific package has value.  This change hides the ResponseHeader from the buffer, making it easier to make the buffer protocol agnostic.
@petergoldstein petergoldstein merged commit c2b4894 into main Dec 15, 2021
@petergoldstein petergoldstein deleted the feature/isolate_response_header branch December 15, 2021 18:23
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

Successfully merging this pull request may close these issues.

1 participant