v3.3.2
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