ObjFW  Check-in [47db5636d7]

Overview
Comment:Return a bool from async write handlers

This allows performing another write with the same buffer, length and
callback, which is useful for asynchronously writing in chunks.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 47db5636d70a9536b9313bfada07b0a6f2fd4bd5ba842cc845ccf47b392b03cf
User & Date: js on 2017-09-24 13:15:54
Other Links: manifest | tags
Context
2017-09-24
13:31
OFHTTPClient: Use asynchronous writes check-in: 502a688f3d user: js tags: trunk
13:15
Return a bool from async write handlers check-in: 47db5636d7 user: js tags: trunk
12:24
OFStream: Add support for async writes check-in: 481225349f user: js tags: trunk
Changes