You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#32.
Implementations of `IWebMockResponseBodySource` now return new streams
on calling `GetContentStream`. The content streams are freed by the Indy
HTTP server after completion.
Fixes#32.
Implementations of `IWebMockResponseBodySource` now return new streams
on calling `GetContentStream`. The content streams are freed by the Indy
HTTP server after completion.
Due to the content streams not being reset between stub requests the second
requests will fail with exception.
The text was updated successfully, but these errors were encountered: