Skip to content

Commit

Permalink
Revert "update global dictionary to 124. (envoyproxy#90)" (envoyproxy#93
Browse files Browse the repository at this point in the history
)

This reverts commit 0e0eefbb009c111a025a96441cbf05ef3150a144.
  • Loading branch information
lizan authored Aug 4, 2017
1 parent b4ee774 commit 13d48d3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion mixerclient/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ cc_proto_library(

native.new_git_repository(
name = "mixerapi_git",
commit = "2ee198c96b92a3d8aac21bf8e1fae0c8fdaa138c",
commit = "ee9769f5b3304d9e01cd7ed6fb1dbb9b08e96210",
remote = "https://github.com/istio/api.git",
build_file_content = BUILD,
)
Expand Down
2 changes: 1 addition & 1 deletion mixerclient/src/attribute_converter_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ default_words: "time-key"
default_words: "int-key2"
default_words: "key"
default_words: "value"
global_word_count: 124
global_word_count: 111
)";

class AttributeConverterTest : public ::testing::Test {
Expand Down
13 changes: 0 additions & 13 deletions mixerclient/src/global_dictionary.cc
Original file line number Diff line number Diff line change
Expand Up @@ -140,19 +140,6 @@ const std::vector<std::string> kGlobalWords{
"text/html; charset=utf-8",
"text/plain",
"text/plain; charset=utf-8",
"0",
"1",
"True",
"False",
"gzip, deflate",
"max-age=0",
"x-envoy-upstream-service-time",
"x-envoy-internal",
"x-envoy-expected-rq-timeout-ms",
"x-ot-span-context",
"x-b3-traceid",
"x-b3-sampled",
"x-b3-spanid",
};

} // namespace
Expand Down

0 comments on commit 13d48d3

Please sign in to comment.