JasperFx / alba

Easy integration testing for ASP.NET Core applications
https://jasperfx.github.io/alba
Apache License 2.0
405 stars 39 forks source link

Rewind the Response.Body anytime it is read #92

Closed jeremydmiller closed 3 years ago

jeremydmiller commented 3 years ago

Getting all kinds of issues from folks who try to repeatedly read the HTTP response body. Easy solution is to just rewind the stream after reads.