forked from scylladb/seastar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tls: Fix tls sink::put so it deals with larger packets
Lame bug: gnutls internal buffers limit data sent on each pass to ~16k, which code did not deal with, i.e. we did not check how large part of data was actually transmitted. Add secondary put loop to work us through the sub-packets. Message-Id: <[email protected]>
- Loading branch information
Showing
1 changed file
with
23 additions
and
23 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