Skip to content

Commit

Permalink
Add as similar note to FilterDataStatus::StopIterationNoBuffer
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Gutierrez Segales <[email protected]>
  • Loading branch information
Raul Gutierrez Segales committed Oct 22, 2020
1 parent b25f1bc commit aa5200a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/envoy/http/filter.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ enum class FilterDataStatus {
// body data for later dispatching. Returning FilterDataStatus::Continue from
// decodeData()/encodeData() or calling continueDecoding()/continueEncoding() MUST be called if
// continued filter iteration is desired.
//
// Note that if a local reply was sent, no further iteration for either data or trailers
// for the current filter and the filters following will happen. A local reply can be
// triggered via sendLocalReply() or encodeHeaders().
StopIterationNoBuffer
};

Expand Down

0 comments on commit aa5200a

Please sign in to comment.