aspnetcore/test/Microsoft.AspNetCore.Server...
David Fowler cf576559b6 Fix write after close (#1526)
- Change Alloc to be a Write with a callback that exposes the WritableBuffer.
This allows the ISocketOutput to implementation to not call the callback if
the underlying socket is dead.
- Added a new functional test
2017-03-20 23:58:26 -07:00
..
Properties
SystemdActivation Fix systemd activation tests (#1429) 2017-03-02 17:26:41 -08:00
AddressRegistrationTests.cs Add IPv6 loopback address by default #1434 2017-03-06 18:02:28 -08:00
BadHttpRequestTests.cs Log rejected request targets. 2017-03-12 18:37:08 -07:00
EventSourceTests.cs Fix race conditions in test event listener 2017-03-15 10:26:09 -07:00
GeneratedCodeTests.cs Add functional test to verify generated code is up to date (#1369). 2017-02-27 14:19:56 -08:00
HttpClientSlimTests.cs
HttpsTests.cs
IPv6ScopeIdPresentConditionAttribute.cs
IPv6SupportedConditionAttribute.cs
IWebHostPortExtensions.cs
KeepAliveTimeoutTests.cs
LoggingConnectionAdapterTests.cs
MaxRequestBufferSizeTests.cs
MaxRequestLineSizeTests.cs
Microsoft.AspNetCore.Server.Kestrel.FunctionalTests.csproj Re-add .NET Framework to tests and other cleanup (#1494) 2017-03-14 11:02:49 -07:00
RequestHeaderLimitsTests.cs InitializeHeaders only at start of parsing/Fix remaining (#1488) 2017-03-13 15:32:28 -07:00
RequestHeadersTimeoutTests.cs
RequestTests.cs Remove splitting of path and path base (#1050). 2017-03-15 09:57:33 -07:00
ResponseTests.cs Fix write after close (#1526) 2017-03-20 23:58:26 -07:00
ThreadCountTests.cs