We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StreamContent's stream implementation does not pass StreamConformanceTests.
StreamContent
StreamConformanceTests
Some issues:
WriteTimeout
InvalidOperationException
NotSupportedException
Flush(Async)
We should fix the above two issues and consider writing a stream conformance test for this stream.
The text was updated successfully, but these errors were encountered:
Tagging subscribers to this area: @dotnet/ncl See info in area-owners.md if you want to be subscribed.
bug, area-System.Net.Http
bug
area-System.Net.Http
Sorry, something went wrong.
stephentoub
Successfully merging a pull request may close this issue.
StreamContent
's stream implementation does not passStreamConformanceTests
.Some issues:
WriteTimeout
should throw anInvalidOperationException
instead ofNotSupportedException
Flush(Async)
should no-op instead of throwingWe should fix the above two issues and consider writing a stream conformance test for this stream.
The text was updated successfully, but these errors were encountered: