Chris Ross (ASP.NET)
|
c9f75a1f41
|
Merged PR 9163: [3.1] Fix HttSys tests
The 3.1 PR builds aren't working so I missed some new test failures caused by my prior change.
https://dev.azure.com/dnceng/internal/_build/results?buildId=734369&view=ms.vss-test-web.build-test-results-tab
HttpSys has some odd behavior when you call SendFileAsync multiple times on an aborted response. The first time throws an OperationCancelledException, but the second time throws an ObjectDisposedException. This only happens if you enable HttpSysOptions.ThrowWriteExceptions and pass in a cancelled token.
472fc5058e/src/Servers/HttpSys/src/RequestProcessing/ResponseBody.cs (L577)
I'm not aware of any scenarios where SendFileAsync is called multiple times like this, so for now I'm only fixing up the tests.
|
2020-07-17 19:37:20 +00:00 |
Justin Kotalik
|
829f893f29
|
React to extensions changes
|
2019-08-15 17:03:19 -07:00 |
Chris Ross
|
080660967b
|
Unified response body features (#12328)
|
2019-07-25 16:27:08 -07:00 |
Chris Ross
|
7d4b6fccff
|
Clean up ManualResetEvent usage in tests (#6961)
|
2019-01-28 12:10:16 -08:00 |
Nate McMaster
|
85e2147ff0
|
Merge branch 'release/2.2'
|
2018-12-07 11:11:44 -08:00 |
Justin Kotalik
|
736083c2f2
|
Make HttpSys use ProjectReference and move HttpSys into Servers folder (#4335)
|
2018-12-04 16:44:07 -08:00 |