Skip to content

Commit

Permalink
Revert "[PCFF-1975] Emit "false" and "0" for bools and ints where app…
Browse files Browse the repository at this point in the history
…ropriate. (#94)"

This reverts commit 788ecbb.
  • Loading branch information
mhamrah committed Oct 16, 2018
1 parent 5832c58 commit a1bb66e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

1 change: 0 additions & 1 deletion gwy/templates/main.go.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ func SetupMux(ctx context.Context, cfg proxyConfig) *http.ServeMux {
})

gwmux := runtime.NewServeMux(
runtime.WithMarshalerOption(runtime.MIMEWildcard, &runtime.JSONPb{OrigName: true, EmitDefaults: true}),
runtime.WithIncomingHeaderMatcher(incomingHeaderMatcher),
runtime.WithOutgoingHeaderMatcher(outgoingHeaderMatcher),
)
Expand Down

0 comments on commit a1bb66e

Please sign in to comment.