Skip to content

Commit e87f421

Browse files
Update adapters/tlsio_mbedtls.c
Co-authored-by: Dane Walton <[email protected]>
1 parent 77926c0 commit e87f421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adapters/tlsio_mbedtls.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ static void on_send_complete(void* context, IO_SEND_RESULT send_result)
375375
tls_io_instance->tlsio_state != TLSIO_STATE_CLOSING)
376376
{
377377
// trigger callback always on failure, otherwise call it on last fragment completion
378-
// In case of http communication (ie blob upload), The callback is called with each fragment
378+
// In case of http communication (ie blob upload), the callback is called with each fragment
379379
if((tls_io_instance->invoke_on_send_complete_callback_for_fragments && tls_io_instance->send_complete_info.is_fragmented_req)||
380380
(send_result != IO_SEND_OK || !tls_io_instance->send_complete_info.is_fragmented_req))
381381
{

0 commit comments

Comments
 (0)