fsprojects / FSharp.Data

F# Data: Library for Data Access
https://fsprojects.github.io/FSharp.Data
Other
816 stars 288 forks source link

Incorrect formatting of multiple multipart files #1406

Closed ordinaryorange closed 2 years ago

ordinaryorange commented 3 years ago

When adding multiple MultiPartItem's to a POST request the server will only recognise the first file. This is because a newline is missing between the MultiPartItem's during creation of the request stream. Refer #1397

ordinaryorange commented 2 years ago

Closed as PR accepted