Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Change-Id: I2b1e01fd3e43e4caafd985bd726b0f828b991e4e
Signed-off-by: Kuat Yessenov <[email protected]>
  • Loading branch information
kyessenov committed Mar 5, 2024
1 parent 8095a4f commit 2966f75
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions source/common/http/filter_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -855,12 +855,6 @@ class FilterManager : public ScopeTrackedObject,

protected:
struct State {
State()
: remote_decode_complete_(false), remote_encode_complete_(false), local_complete_(false),
has_1xx_headers_(false), created_filter_chain_(false), is_head_request_(false),
is_grpc_request_(false), non_100_response_headers_encoded_(false),
under_on_local_reply_(false), decoder_filter_chain_aborted_(false),
encoder_filter_chain_aborted_(false), saw_downstream_reset_(false) {}
uint32_t filter_call_state_{0};

bool remote_decode_complete_ : 1 {false};
Expand Down

0 comments on commit 2966f75

Please sign in to comment.