Skip to content

Commit

Permalink
mobile: Update a comment about on_data_ callback (envoyproxy#34312)
Browse files Browse the repository at this point in the history
This PR updates the comment for on_data_ callback related to the length.

Risk Level: low (comment update only)
Testing: n/a
Docs Changes: n/a
Release Notes: n/a
Platform Specific Features: n/a

Signed-off-by: Fredy Wijaya <fredyw@google.com>
  • Loading branch information
fredyw authored May 23, 2024
1 parent c28f01c commit ec19828
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mobile/library/common/engine_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ struct EnvoyStreamCallbacks {
*
* The callback function pases the following parameters.
* - buffer: the data received.
* - length: the length of data to read. It will always be <= `buffer.length()`
* - end_stream: whether the data is the last data frame.
* - stream_intel: contains internal stream metrics.
*/
Expand Down

0 comments on commit ec19828

Please sign in to comment.