Skip to content

v3.3.2

Compare
Choose a tag to compare
@isaacgr isaacgr released this 11 Sep 20:03
· 19 commits to master since this release

Release Notes

Use setResponseStatus to overwrite response status code

  • rename from setResponseHeaders
  • add class attribute for headers and status code
  • if status code is set, then dont use the one generated from the message
    (this allows a user to overwrite the status if its not one of the ones in errorToStatus)
  • send response for notification in gotNotification
  • Fix gotNotification doc

Use .end() to send body data in response.write() and writeHead()

Fix doc for gotError

Add tests for setResponseStatus and overrides

Call messageBuffer and _waitForData when client request comes in

Update doc for clientConnected

Fix typo with jsdoc for ERR_MSGS

Changes

v3.3.1...v3.3.2