Skip to content

6.1.0

Compare
Choose a tag to compare
@kartikk221 kartikk221 released this 29 Apr 15:28
· 395 commits to master since this release

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 the handler 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 the close_connection parameter be true by default for compatible behavior to Express.js and the Node.js network modules.

Full Changelog: 6.0.4...6.1.0