AspNetCore.Proxy
AspNetCore.Proxy copied to clipboard
Multi-file request support
When uploading multiple files, an InvalidOperationException would occur when the request is forwarded. Copying the content to a MemoryStream first stops the exception from occurring.
Updated ToHttpContent helper function to copy files to a MemoryStream to prevent InvalidOperationException from occuring when multiple files are sent.
Hey, sorry for the delay.
Can you add a passing / failing test that exercise this case, and the counter case?