File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -529,7 +529,7 @@ typedef aws_http_stream_write_complete_fn aws_http2_stream_write_data_complete_f
529529 * Optional. May be NULL to write zero bytes. \
530530 * If NULL and end_stream is false, the write is a no-op. \
531531 * If NULL and end_stream is true, the stream is completed with zero bytes written. \
532- * With Content-Length, total bytes across all writes must match the declared length \
532+ * With Content-Length, total bytes across all writes must match the declared length \
533533 * or the stream fails with AWS_ERROR_HTTP_OUTGOING_STREAM_LENGTH_INCORRECT. \
534534 */ \
535535 struct aws_input_stream *data; \
@@ -543,7 +543,7 @@ typedef aws_http_stream_write_complete_fn aws_http2_stream_write_data_complete_f
543543 * Invoked when the data is no longer in use, whether or not it was successfully sent. \
544544 * Optional. \
545545 * See `aws_http_stream_write_complete_fn`. \
546- * Called with AWS_ERROR_SUCCESS if data was sent successfully. \
546+ * Called with AWS_ERROR_SUCCESS if data was sent successfully. \
547547 * Called with AWS_ERROR_HTTP_STREAM_HAS_COMPLETED if the stream was torn down \
548548 * before this write could be processed. \
549549 * Called with another error code if this write's data caused a problem. \
You can’t perform that action at this time.
0 commit comments