Skip to content

Commit

Permalink
fix for large secure tunnel message payloads (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK authored Mar 8, 2023
1 parent 09ded2b commit 4d0ac36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/secure_tunneling.c
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ static bool secure_tunneling_websocket_stream_outgoing_payload(
}

if (pair->length_prefix_written == true) {
pair->cur = aws_byte_buf_write_to_capacity(out_buf, &pair->cur);
aws_byte_buf_write_to_capacity(out_buf, &pair->cur);
}

return true;
Expand Down

0 comments on commit 4d0ac36

Please sign in to comment.