aspnetcore/src/Hosting
David Fowler 1b99352ec7
Don't re-use DefaultHttpContext if IHttpContextAccessor is in use (#15049) (#20844)
* Don't re-use DefaultHttpContext if IHttpContextAccessor is in use
- Consumers may still get null or an ODE but will never end up with data from a different request.
- Make sure an ODE is thrown from all properties on HttpContext after the request is over.
2020-04-15 12:41:59 -07:00
..
Abstractions Fix various "Type or namespace not found" errors (#20736) 2020-04-14 10:57:26 -07:00
Hosting Don't re-use DefaultHttpContext if IHttpContextAccessor is in use (#15049) (#20844) 2020-04-15 12:41:59 -07:00
Server.Abstractions Fix various "Type or namespace not found" errors (#20736) 2020-04-14 10:57:26 -07:00
Server.IntegrationTesting/src
TestHost Fix TestServer hang with duplex streaming requests (#17158) 2020-01-15 11:08:41 -08:00
WindowsServices Merge branch 'release/3.1' into merge/release/3.0-to-release/3.1 2019-12-11 20:03:03 -08:00
samples
test
Hosting.sln
build.cmd
startvs.cmd