Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
Signed-off-by: Yan Avlasov <yavlasov@google.com>
  • Loading branch information
yanavlasov committed Aug 12, 2024
1 parent e1c00d0 commit 018a3e4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions source/common/http/filter_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -901,11 +901,13 @@ class FilterManager : public ScopeTrackedObject,
uint32_t filter_call_state_{0};

// Set after decoder filter chain has completed iteration. Prevents further calls to decoder
// filters.
// filters. This flag is used to determine stream completion when the independent half-close is
// enabled.
bool decoder_filter_chain_complete_ : 1;

// Set after encoder filter chain has completed iteration. Prevents further calls to encoder
// filters.
// filters. This flag is used to determine stream completion when the independent half-close is
// enabled.
bool encoder_filter_chain_complete_ : 1;

// Set `true` when the filter manager observes end stream on the decoder path (from downstream
Expand Down

0 comments on commit 018a3e4

Please sign in to comment.