Skip to content

Restify 4.0.3

Compare
Choose a tag to compare
@micahr micahr released this 18 Sep 22:51
· 608 commits to master since this release

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