Skip to content

Commit

Permalink
protoc-gen-grpc-gateway: flip request_context default to true (grpc-e…
Browse files Browse the repository at this point in the history
…cosystem#474)

Follow up to grpc-ecosystem#473.

Signed-off-by: Stephan Renatus <[email protected]>
  • Loading branch information
srenatus authored and achew22 committed Nov 8, 2017
1 parent 38be6dd commit f59b980
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ env:
- "PATH=$PATH:$HOME/local/bin"
matrix:
- GATEWAY_PLUGIN_FLAGS=
- GATEWAY_PLUGIN_FLAGS=request_context=true
- GATEWAY_PLUGIN_FLAGS=request_context=false
22 changes: 11 additions & 11 deletions examples/examplepb/a_bit_of_everything.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions examples/examplepb/echo_service.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 26 additions & 26 deletions examples/examplepb/flow_combination.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f59b980

Please sign in to comment.