Skip to content

Commit

Permalink
spell
Browse files Browse the repository at this point in the history
Signed-off-by: tyxia <[email protected]>
  • Loading branch information
tyxia committed Jul 24, 2024
1 parent f38292f commit 2c2371e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/common/http/sidestream_watermark.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class StreamFilterSidestreamWatermarkCallbacks : public Http::SidestreamWatermar

/**
* The set function needs to be called by stream decoder filter before side stream connection is
* established, to apply the backpressure to downsream when it is above watermark,
* established, to apply the backpressure to downstream when it is above watermark,
*/
void setDecoderFilterCallbacks(Http::StreamDecoderFilterCallbacks* decode_callback) {
decode_callback_ = decode_callback;
Expand Down

0 comments on commit 2c2371e

Please sign in to comment.