ObjFW  Check-in [4b3d25ac76]

Overview
Comment: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.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 4b3d25ac762227db46df3c9dc21c255c680213888f5bc2ba23685a419e9743a3
User & Date: js on 2022-03-24 21:00:03
Other Links: manifest | tags
Context
2022-03-24
21:12
README.md: Move "Donating" to the Wiki check-in: cb75aa16d9 user: js tags: trunk
21:00
OFOpenSSLTLSStream: Copy from _writeBIO in a loop check-in: 4b3d25ac76 user: js tags: trunk
17:54
Use -lssl_shared -lcrypto_shared on MorphOS check-in: 9654e02ae0 user: js tags: trunk
Changes