Skip to content

Commit

Permalink
break
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Aug 8, 2023
1 parent 9a70fc1 commit 1b1f4d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/s2n/s2n_tls_channel_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -591,8 +591,7 @@ static int s_s2n_handler_process_read_message(

if (blocked == S2N_NOT_BLOCKED) {
/* read is complete so shutdown with success */
aws_channel_shutdown(slot->channel, AWS_OP_SUCCESS);
return AWS_OP_SUCCESS;
break;
}
}

Expand Down

0 comments on commit 1b1f4d9

Please sign in to comment.