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

Avoid CoWs in grpc-web-to-http2 #1227

Merged
merged 1 commit into from
Jul 20, 2021
Merged

Avoid CoWs in grpc-web-to-http2 #1227

merged 1 commit into from
Jul 20, 2021

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented Jul 20, 2021

Motivation:

The gRPC Web to HTTP/2 codec attempted to avoid CoWs when mutating its
state.

Modifications:

  • Avoid CoWs in the GRPCWebToHTTP2ServerCodec

Result:

Fewer CoWs.

Motivation:

The gRPC Web to HTTP/2 codec attempted to avoid CoWs when mutating its
state.

Modifications:

- Avoid CoWs in the GRPCWebToHTTP2ServerCodec

Result:

Fewer CoWs.
@glbrntt glbrntt added the 🔨 semver/patch No public API change. label Jul 20, 2021
@glbrntt glbrntt requested a review from Lukasa July 20, 2021 13:42
@Lukasa Lukasa merged commit e9ce378 into grpc:main Jul 20, 2021
@glbrntt glbrntt deleted the gb-fewer-cows branch July 20, 2021 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 semver/patch No public API change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants