We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ac039 commit 7860a9cCopy full SHA for 7860a9c
1 file changed
lib/form_data.js
@@ -61,7 +61,7 @@ FormData.prototype._trackLength = function(header, value, options) {
61
Buffer.byteLength(header) +
62
+ FormData.LINE_BREAK.length;
63
64
- // empty or ethier doesn't have path or not an http response
+ // empty or either doesn't have path or not an http response
65
if (!value || ( !value.path && !(value.readable && value.hasOwnProperty('httpVersion')) )) {
66
return;
67
}
0 commit comments