ReferenceReadStream is not compatible with CryptoStream #18503
Labels
area-networking
Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
bug
This issue describes a behavior which is not expected - a bug.
Done
This issue has been fixed
good first issue
Good for newcomers.
help wanted
Up for grabs. We would accept a PR to help resolve this issue
Milestone
Describe the bug
Very similar to aspnet/KestrelHttpServer#2341 (PR aspnet/KestrelHttpServer#2342) the
ReferenceReadStream
does throw aNotSupportedException
in itsFlush
method when it should not.To Reproduce
This should not trigger a
NotSupportedException
.Further technical details
The text was updated successfully, but these errors were encountered: