Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions include/aws/http/request_response.h
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,7 @@ void aws_http_stream_update_window(struct aws_http_stream *stream, size_t increm
* as http/2) for easier tracking purposes. For client streams, this will only be non-zero after a successful call
* to aws_http_stream_activate()
*/
AWS_HTTP_API
uint32_t aws_http_stream_get_id(const struct aws_http_stream *stream);

AWS_EXTERN_C_END
Expand Down