Skip to content

Commit 2f69171

Browse files
committed
i am so bad
1 parent 55efd1b commit 2f69171

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/h1_stream.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ static int s_stream_write_data(
402402
AWS_LS_HTTP_STREAM,
403403
"id=%p: Cannot write data after final write (end_stream=true).",
404404
(void *)stream_base);
405-
aws_raise_error(AWS_ERROR_HTTP_MANUAL_WRITE_NOT_ENABLED);
405+
aws_raise_error(AWS_ERROR_HTTP_MANUAL_WRITE_HAS_COMPLETED);
406406
goto error;
407407
}
408408

0 commit comments

Comments
 (0)