Skip to content

Commit

Permalink
get rid of NOT BLOCKED check
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Aug 9, 2023
1 parent aec3d47 commit 6a3a10a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions source/s2n/s2n_tls_channel_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -588,11 +588,6 @@ static int s_s2n_handler_process_read_message(
} else {
aws_mem_release(outgoing_read_message->allocator, outgoing_read_message);
}

if (blocked == S2N_NOT_BLOCKED) {
/* read is complete */
break;
}
}

AWS_LOGF_TRACE(
Expand Down

0 comments on commit 6a3a10a

Please sign in to comment.