Artifact f8706b398d74a9756cb9c2eccc0f455a6e484ff0a84fd02a0f1440163a37fbc3:
- File
src/tls/OFOpenSSLTLSStream.m
-
2022-03-24 21:00:03
— part of check-in
[4b3d25ac76]
on branch trunk
— OFOpenSSLTLSStream: Copy from _writeBIO in a loop
_writeBIO might contain more data than we can write at once, which could
then result in forever waiting on the next read because _writeBIO has
never been fully written to the underlying stream. (user: js, size: 10526) [annotate] [blame] [check-ins using] - 2022-04-19 16:17:29 — part of check-in [fe760fdbbb] on branch 1.0 — Merge trunk into 1.0 branch (user: js, size: 10526) [annotate] [blame] [check-ins using]
- 2022-07-15 18:09:53 — part of check-in [a2973418de] on branch wii-u — Merge trunk into branch "wii-u" (user: js, size: 10526) [annotate] [blame] [check-ins using]
-
2022-03-24 21:00:03
— part of check-in
[4b3d25ac76]
on branch trunk
— OFOpenSSLTLSStream: Copy from _writeBIO in a loop