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

Connect Get: Add serverside compression support #475

Merged
merged 2 commits into from
Mar 20, 2023
Merged

Conversation

jchadwick-buf
Copy link
Contributor

This was missing from the original server PR.

Q: Should we do anything for the accept header?

@jchadwick-buf jchadwick-buf changed the title Connect Get: Add serverside compression support. Connect Get: Add serverside compression support Mar 17, 2023
Copy link
Member

@akshayjshah akshayjshah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

I don't think we need to do anything for the accept header (at least, not in this stack of PRs). Like gRPC, the Connect protocol doesn't really support content-type negotiation - the response always uses the same encoding as the request. If we want to change that, let's do it in a separate stack of PRs and address both the POST and GET paths.

Does that make sense? Or were you thinking of doing something else with Accept?

@jchadwick-buf
Copy link
Contributor Author

Oops, I forgot to merge this. No, I think for now we don't really need to worry about Accept.

@jchadwick-buf jchadwick-buf merged commit e39b053 into get-support Mar 20, 2023
@jchadwick-buf jchadwick-buf deleted the get-cmp branch March 20, 2023 16:50
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.

2 participants