easternbloc / node-stomp-client

A STOMP client for Node.js
Other
93 stars 47 forks source link

Adds support for 'suppress-content-length' header #63

Closed ShaneIsrael closed 7 years ago

ShaneIsrael commented 7 years ago

added a check for the suppress-content-length header, which if present, does not add the content-length header. also added unit test to validate it.

ShaneIsrael commented 7 years ago

@easternbloc As requested, I provided a unit test and also kept true to your code format. Hopefully this is acceptable.

ShaneIsrael commented 7 years ago

@easternbloc Any chance of this getting merged?

easternbloc commented 7 years ago

Published @ v0.9.0