6.1.0
General Changes
- Implemented
Response.write_offset
property which now returns the current response body content write offset in bytes. - Fixed types of
Response.drain(handler)
to now properly expects a boolean output from thehandler
callback signifying whether the retry write attempt was successful for not as required per uWS specification. - Updated the
Response.send(body, close_connection)
method to now have theclose_connection
parameter betrue
by default for compatible behavior to Express.js and the Node.js network modules.
Full Changelog: 6.0.4...6.1.0