We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8b3e7 commit 3474776Copy full SHA for 3474776
src/connection.js
@@ -67,7 +67,7 @@ extend(Connection.prototype, {
67
} else {
68
body = String(body);
69
}
70
- headers['content-length'] = Buffer.byteLength(body, "utf-8");
+ headers['content-length'] = Buffer.byteLength(body, 'utf-8');
71
72
73
this._request({
0 commit comments