Skip to content

Commit 9aba5b5

Browse files
author
Sefi Krausz
committed
RM-820 changes handling multipart/mixed, related,form-data,alternative
1 parent 905ec37 commit 9aba5b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ HTTPSnippet.prototype.prepare = function (request) {
137137

138138
// request.postData.boundary = this.getBoundary()
139139
// request.headersObj['content-type'] = 'multipart/form-data; boundary=' + this.getBoundary()
140-
request.headersObj['Content-Type'] = request.postData.mimeType
140+
// request.headersObj['Content-Type'] = request.postData.mimeType
141141
}
142142
break
143143

0 commit comments

Comments
 (0)