issues
search
aspnet
/
AspNetWebStack
ASP.NET MVC 5.x, Web API 2.x, and Web Pages 3.x (not ASP.NET Core)
Other
858
stars
354
forks
source link
Correct `ValidateStreamForReading(...)`
#390
Closed
dougbu
closed
1 year ago
dougbu
commented
1 year ago
fix #389
check
Stream
before first read attempt
check
CanRead
(not
CanSeek
) before second or later read attempts
add lots of tests of related scenarios
nit: correct a recent
HttpContentMessageExtensions
comment
dougbu
commented
1 year ago
/azp run
azure-pipelines[bot]
commented
1 year ago
Azure Pipelines successfully started running 1 pipeline(s).
Stream
before first read attemptCanRead
(notCanSeek
) before second or later read attemptsHttpContentMessageExtensions
comment