Skip to content

Commit

Permalink
uhv : use h3 codec stat. (#25474)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Baichoo <kbaichoo@google.com>
  • Loading branch information
KBaichoo authored Feb 9, 2023
1 parent 831f25e commit d8dd01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/common/upstream/upstream_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1670,7 +1670,7 @@ ClusterInfoImpl::getHeaderValidatorStats(Http::Protocol protocol) const {
case Http::Protocol::Http2:
return http2CodecStats();
case Http::Protocol::Http3:
return http2CodecStats();
return http3CodecStats();
}
PANIC_DUE_TO_CORRUPT_ENUM;
}
Expand Down

0 comments on commit d8dd01d

Please sign in to comment.