Skip to content

Commit

Permalink
Update s2n_tls_channel_handler.c
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 authored Aug 9, 2023
1 parent 0c23414 commit 53c061c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/s2n/s2n_tls_channel_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ static int s_s2n_handler_process_read_message(
s2n_strerror(s2n_errno, "EN"),
s2n_strerror_debug(s2n_errno, "EN"));
aws_channel_shutdown(slot->channel, AWS_IO_TLS_ERROR_READ_FAILURE);
return aws_raise_error(AWS_IO_TLS_ERROR_READ_FAILURE);
return AWS_OP_SUCCESS;
};

/* if read > 0 */
Expand Down

0 comments on commit 53c061c

Please sign in to comment.