We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20d8235 commit ad027ebCopy full SHA for ad027eb
1 file changed
include/aws/http/request_response.h
@@ -957,6 +957,7 @@ AWS_HTTP_API int aws_http_stream_write_data(
957
const struct aws_http_stream_write_data_options *options);
958
959
/**
960
+ * This API will be DEPRECATED in favor of protocol agnostic `aws_http_stream_write_data` API.
961
* The stream must have specified `http2_use_manual_data_writes` during request creation.
962
* For client streams, activate() must be called before any frames are submitted.
963
* For server streams, the response headers must be submitted before any frames.
0 commit comments