dotnet / systemweb-adapters

MIT License
332 stars 58 forks source link

Ensure response can be buffered if already buffered #483

Closed twsouthwick closed 3 months ago

twsouthwick commented 5 months ago

There are times where buffering may be called but it is already buffering and so it would throw. Now, if it is already buffering, it will gracefully continue.