loggly / node-loggly-bulk

A client implementation for Loggly in node.js
https://www.loggly.com/docs/node-js-logs/
Other
20 stars 20 forks source link

Remove content length and resolve type-error issue #29

Closed Shwetajain148 closed 7 years ago

Shwetajain148 commented 7 years ago

@mchaudhary @mostlyjason In this PR, I have removed the content-length from the request header and now the type error issue https://github.com/loggly/node-loggly-bulk/issues/10 will no longer exist.

Note: The testing is in progress, I will update the npm once I am done with it.