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
The problem is that Giraffe is not an owner of it. The owner of it is an appropriate ASP.NET core middleware.
Giraffe must not dispose the stuff it is not owner of.
It leads to unexpected behavior for the consumer.
this
Giraffe/src/Giraffe/HttpContextExtensions.fs
Line 197 in 6a36495
disposes body, because the reader disposes underlying stream.
Which must not be done in any case!
The text was updated successfully, but these errors were encountered: