Restify 4.0.3
This release is a quick fix for people that are getting a different error code when on Node 4 when the Content Length is too long for the Body Parser.
You only need to upgrade if you are running iojs 3.0+ or Node 4+.
Changelog:
#917 Fix: HTTP 413 status name, Micah Ransdell