Skip to content

Correction to positioning of boundary delimiter with multiple multipart/form-data files#1397

Merged
dsyme merged 1 commit intofsprojects:mainfrom
ordinaryorange:patch-1
Nov 9, 2021
Merged

Correction to positioning of boundary delimiter with multiple multipart/form-data files#1397
dsyme merged 1 commit intofsprojects:mainfrom
ordinaryorange:patch-1

Conversation

@ordinaryorange
Copy link
Contributor

newline required before writing next boundary and header of subsequent files, otherwise server will only decode first file.

newline required before next header is written otherwise server will not decode correctly
@dsyme dsyme merged commit e7a2578 into fsprojects:main Nov 9, 2021
@dsyme
Copy link
Contributor

dsyme commented Nov 9, 2021

@ordinaryorange I shouldn't have merged this without a test and a tracking issue

Could you add both please?
Thanks

@ordinaryorange
Copy link
Contributor Author

Done.
I've had to make the HttpUtilities module in http.fs internal for the test. I assume this is ok ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants