Skip to content

Commit

Permalink
try the assert
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Mar 11, 2024
1 parent e9ddf0a commit 796f251
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/darwin/secure_transport_tls_channel_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,7 @@ int aws_tls_client_handler_start_negotiation(struct aws_channel_handler *handler
if (aws_channel_thread_is_callers_thread(secure_transport_handler->parent_slot->channel)) {
return s_drive_negotiation(handler);
}
AWS_FATAL_ASSERT(0 && "waahm7: this got hit");

struct aws_channel_task *negotiation_task = aws_mem_acquire(handler->alloc, sizeof(struct aws_task));

Expand Down

0 comments on commit 796f251

Please sign in to comment.