Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
transport/grpchttp2: add http2.Framer bridge #7453
transport/grpchttp2: add http2.Framer bridge #7453
Changes from 19 commits
f43d3b9
3b2ddb7
239a4dd
e00de1e
c91fc3b
e1dfe25
6490228
c9fa84d
6e784be
d71d065
6883fff
7b02e5f
37731a5
529afa6
b64f976
d412a87
3447612
c716f26
b04dd6d
c9454c4
0d5edcb
eafb63c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 63 in internal/transport/grpchttp2/framer.go
Codecov / codecov/patch
internal/transport/grpchttp2/framer.go#L62-L63
Check warning on line 271 in internal/transport/grpchttp2/framer.go
Codecov / codecov/patch
internal/transport/grpchttp2/framer.go#L271
Check warning on line 327 in internal/transport/grpchttp2/framer.go
Codecov / codecov/patch
internal/transport/grpchttp2/framer.go#L326-L327
Check warning on line 333 in internal/transport/grpchttp2/framer.go
Codecov / codecov/patch
internal/transport/grpchttp2/framer.go#L331-L333
Check warning on line 63 in internal/transport/grpchttp2/http2bridge.go
Codecov / codecov/patch
internal/transport/grpchttp2/http2bridge.go#L63
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just curious, what's a
huf
? lolThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I meant to type
uf
lol.Check warning on line 139 in internal/transport/grpchttp2/http2bridge.go
Codecov / codecov/patch
internal/transport/grpchttp2/http2bridge.go#L133-L139
Check warning on line 142 in internal/transport/grpchttp2/http2bridge.go
Codecov / codecov/patch
internal/transport/grpchttp2/http2bridge.go#L141-L142
Check warning on line 161 in internal/transport/grpchttp2/http2bridge.go
Codecov / codecov/patch
internal/transport/grpchttp2/http2bridge.go#L160-L161