TritonDataCenter / node-http-signature

Reference implementation of Joyent's HTTP Signature Scheme
https://tritondatacenter.com
MIT License
405 stars 118 forks source link

content-length: 0 #39

Closed dweinstein closed 9 years ago

dweinstein commented 9 years ago

see this line which will emit an error if the content-length is 0 -- throw a MissingHeaderError

according to the rfc I looked at, a zero value should be valid.