ObjFW  Check-in [f218986f51]

Overview
Comment:Use OFData instead of a buffer for async writes

This avoids the entire problem of keeping the buffer alive until the
write finished.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: f218986f51ac032828395851b54b529a1784298b98cff454f43ecbfbbfc299dc
User & Date: js on 2018-12-18 14:14:25
Other Links: manifest | tags
Context
2018-12-18
16:41
Add -[OFStream asyncWriteString:] check-in: 6b35b78f94 user: js tags: trunk
14:14
Use OFData instead of a buffer for async writes check-in: f218986f51 user: js tags: trunk
2018-12-11
22:57
Include an exception in delegate methods check-in: 064dbe5127 user: js tags: trunk
Changes