We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd4e41b commit 36e09c6Copy full SHA for 36e09c6
1 file changed
lib/form_data.js
@@ -67,7 +67,7 @@ FormData.prototype._trackLength = function(header, value, options) {
67
// @check why add CRLF? does this account for custom/multiple CRLFs?
68
this._overheadLength +=
69
Buffer.byteLength(header) +
70
- + FormData.LINE_BREAK.length;
+ FormData.LINE_BREAK.length;
71
72
// empty or either doesn't have path or not an http response
73
if (!value || ( !value.path && !(value.readable && value.hasOwnProperty('httpVersion')) )) {
0 commit comments