-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Handle nil contexts in Context methods This will fix #2822 for users who only update their runtime * Avoid passing nil context to runtime.HTTPError This will fix #2822 for users who only update their generator
- Loading branch information
1 parent
1911ac0
commit a3a0b21
Showing
19 changed files
with
1,453 additions
and
1,187 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
704 changes: 384 additions & 320 deletions
704
examples/internal/proto/examplepb/a_bit_of_everything.pb.gw.go
Large diffs are not rendered by default.
Oops, something went wrong.
220 changes: 120 additions & 100 deletions
220
examples/internal/proto/examplepb/echo_service.pb.gw.go
Large diffs are not rendered by default.
Oops, something went wrong.
418 changes: 228 additions & 190 deletions
418
examples/internal/proto/examplepb/flow_combination.pb.gw.go
Large diffs are not rendered by default.
Oops, something went wrong.
66 changes: 36 additions & 30 deletions
66
examples/internal/proto/examplepb/generate_unbound_methods.pb.gw.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
44 changes: 24 additions & 20 deletions
44
examples/internal/proto/examplepb/non_standard_names.pb.gw.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.