Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[NO ISSUE][NET] Attempt to Read SSL Sockets Until EOF
- user model changes: no - storage format changes: no - interface changes: no Details: - Since SSL sockets may return 0 as read bytes due to failure to decrypt a complete encrypted block, we need to attempt to read again until a complete block is decrypted. Change-Id: Ia48b7f9f1725c40b2ebfac6fe77b3eb42c426de3 Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/15964 Reviewed-by: Ali Alsuliman <ali.al.solaiman@gmail.com> Tested-by: Murtadha Hubail <mhubail@apache.org>
- Loading branch information