Skip to content

Commit

Permalink
update style and doc
Browse files Browse the repository at this point in the history
Signed-off-by: 吕海涛 <lv@haitao.dev>
  • Loading branch information
吕海涛 committed Apr 29, 2019
1 parent 4b3f325 commit 2a7f593
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ message GrpcJsonTranscoder {
// Example :
//
// .. code-block:: proto
//
// package bookstore;
//
// service Bookstore {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ JsonTranscoderConfig::JsonTranscoderConfig(
http_rule.set_body("*");
}

if (!PathMatcherUtility::RegisterByHttpRule(pmb, http_rule, ignored_query_parameters, method)) {
if (!PathMatcherUtility::RegisterByHttpRule(pmb,
http_rule,
ignored_query_parameters, method)) {
throw EnvoyException("transcoding_filter: Cannot register '" + method->full_name() +
"' to path matcher");
}
Expand Down

0 comments on commit 2a7f593

Please sign in to comment.