microsoft/referencesource

MultipartFormDataContent Content-Type header

emmanuelrobles opened this issue · 1 comments

When creating a MultipartFormDataContent with a boundary it does not create the right content-type header, it should be

"Content-Type", "multipart/form-data; boundary={boundary}"

upss, wrong place