commit | ffda5db65aef42266a5053a4be34515106c4c7ee | [log] [tgz] |
---|---|---|
author | Antoine Damhet <antoine.damhet@shadow.tech> | Tue Nov 15 15:23:29 2022 +0100 |
committer | Daniel P. Berrangé <berrange@redhat.com> | Wed Feb 15 11:01:04 2023 -0500 |
tree | ac0e5f48f2def130cc4f3e3a968b7e290bc96b68 | |
parent | 33ee0d8e2fb5e7772a67c8785554ec9fc9477678 [diff] |
io/channel-tls: fix handling of bigger read buffers Since the TLS backend can read more data from the underlying QIOChannel we introduce a minimal child GSource to notify if we still have more data available to be read. Signed-off-by: Antoine Damhet <antoine.damhet@shadow.tech> Signed-off-by: Charles Frey <charles.frey@shadow.tech> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>