Skip to content

Commit

Permalink
Revert "Not to send legacy quota for v2 config." (envoyproxy#725)
Browse files Browse the repository at this point in the history
* Revert "Strip out "spiffe://" in the identity (envoyproxy#719)"

This reverts commit 99a482f.

* Revert "Revert "Remove -release in filename when doing release build of proxy (envoyproxy#704)" (envoyproxy#723)"

This reverts commit 13669ce.

* Revert "Not to send legacy quota for v2 config. (envoyproxy#722)"

This reverts commit aaf25ca.
  • Loading branch information
qiwzhang authored Dec 14, 2017
1 parent 99a482f commit ef74122
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/envoy/mixer/config.cc
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,6 @@ void HttpMixerConfig::Load(const Json::Object& json) {
ReadTransportConfig(json, http_config.mutable_transport());

has_v2_config = ReadV2Config(json, &http_config);
if (has_v2_config) {
// If v2 config is valid, clear v1 legacy_quotas.
legacy_quotas.clear();
}
}

void HttpMixerConfig::CreateLegacyRouteConfig(
Expand Down

0 comments on commit ef74122

Please sign in to comment.