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

removes updating the connection encode_context on trailer encoding #4

Closed
wants to merge 1 commit into from

Conversation

tsloughter
Copy link
Owner

updating the hpack encoding is removed while trailers are
broken. Currently they can be sent in a different order than they
were encoded. A refactor to have the encoding not happen until
the sending is actually done is required to allow for the table
to be updated by trailer encoding.

updating the hpack encoding is removed while trailers are
broken. Currently they can be sent in a different order than they
were encoded. A refactor to have the encoding not happen until
the sending is actually done is required to allow for the table
to be updated by trailer encoding.
@tsloughter
Copy link
Owner Author

Hm, I suppose I should have it also no update the decode context when decoding trailers to be consistent.

@tsloughter tsloughter closed this Jan 24, 2021
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