Skip to content

Commit

Permalink
LSP: clarify codec creation checking point (envoyproxy#33243)
Browse files Browse the repository at this point in the history
Signed-off-by: Boteng Yao <boteng@google.com>
  • Loading branch information
botengyao authored Apr 2, 2024
1 parent 3da8f9b commit c1bbeac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions envoy/server/overload/load_shed_point.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ class LoadShedPointNameValues {
const std::string H2ServerGoAwayOnDispatch =
"envoy.load_shed_points.http2_server_go_away_on_dispatch";

// Envoy will close the connections before creating codec if Envoy is under pressure,
// typically memory. This happens once geting data from the connection.
const std::string HcmCodecCreation = "envoy.load_shed_points.hcm_ondata_creating_codec";
};

Expand Down

0 comments on commit c1bbeac

Please sign in to comment.