Skip to content

Commit ad027eb

Browse files
committed
deprecation notice of http2_write_data API
1 parent 20d8235 commit ad027eb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/aws/http/request_response.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -957,6 +957,7 @@ AWS_HTTP_API int aws_http_stream_write_data(
957957
const struct aws_http_stream_write_data_options *options);
958958

959959
/**
960+
* This API will be DEPRECATED in favor of protocol agnostic `aws_http_stream_write_data` API.
960961
* The stream must have specified `http2_use_manual_data_writes` during request creation.
961962
* For client streams, activate() must be called before any frames are submitted.
962963
* For server streams, the response headers must be submitted before any frames.

0 commit comments

Comments
 (0)