-
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rfc.tls - Fix mbed_write for large data
- Loading branch information
Showing
3 changed files
with
42 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
2023-12-29 Shiro Kawai <[email protected]> | ||
|
||
* ext/tls/tls-mbed.c (mbed_write): If the data is big, single | ||
mbedtls_ssl_write may return with partial write, so we need | ||
to retry to send the rest of the data. | ||
|
||
2023-12-28 Shiro Kawai <[email protected]> | ||
|
||
* 0.9.14_pre1. Preparing another release to make TLS addition | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters