philmagr
Results
1
comments of
philmagr
I also have this issue, and I have narrowed down a workaround: Root cause is this: ``` using var responseBody = new MemoryStream(); context.Response.Body = responseBody; ``` Does not fully...