🔧
This commit is contained in:
2
node_modules/axios/lib/helpers/formDataToStream.js
generated
vendored
2
node_modules/axios/lib/helpers/formDataToStream.js
generated
vendored
@@ -76,7 +76,7 @@ const formDataToStream = (form, headersHandler, options) => {
|
||||
}
|
||||
|
||||
const boundaryBytes = textEncoder.encode('--' + boundary + CRLF);
|
||||
const footerBytes = textEncoder.encode('--' + boundary + '--' + CRLF + CRLF);
|
||||
const footerBytes = textEncoder.encode('--' + boundary + '--' + CRLF);
|
||||
let contentLength = footerBytes.byteLength;
|
||||
|
||||
const parts = Array.from(form.entries()).map(([name, value]) => {
|
||||
|
||||
Reference in New Issue
Block a user