Skip to content

Commit

Permalink
more print
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Feb 20, 2025
1 parent b20f11c commit 5beeecd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/darwin/secure_transport_tls_channel_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,8 @@ static int s_process_read_message(
handler, slot, &outgoing_read_message->message_data, secure_transport_handler->user_data);
}

AWS_LOGF_TRACE(AWS_LS_IO_TLS, "id=%p: bytes read :" PRInSTR, (void *)handler, AWS_BYTE_BUF_PRI(outgoing_read_message->message_data));

if (slot->adj_right) {
if (aws_channel_slot_send_message(slot, outgoing_read_message, AWS_CHANNEL_DIR_READ)) {
aws_mem_release(outgoing_read_message->allocator, outgoing_read_message);
Expand Down

0 comments on commit 5beeecd

Please sign in to comment.