aspnetcore/src/Microsoft.AspNetCore.Server.../Http
moozzyk 75adbc18a2 Use IOCP on secondary listener threads on Windows
Addresses #679
2016-04-29 08:45:12 -07:00
..
ChunkWriter.cs
Connection.cs Make ECONNRESET value platform-specific (#649). 2016-04-22 16:06:08 -07:00
ConnectionContext.cs
ConnectionManager.cs
DateHeaderValueManager.cs
Frame.FeatureCollection.cs
Frame.Generated.cs
Frame.cs
FrameContext.cs
FrameDuplexStream.cs
FrameHeaders.Generated.cs
FrameHeaders.cs
FrameOfT.cs
FrameRequestHeaders.cs
FrameRequestStream.cs Merge branch 'justinvp/taskutilities' into dev 2016-04-28 11:28:42 -07:00
FrameResponseHeaders.cs
FrameResponseStream.cs Minor Stream improvements 2016-04-25 22:19:30 -07:00
FrameStreamState.cs
IAsyncDisposable.cs
IConnectionControl.cs
IFrameControl.cs
ISocketOutput.cs
Listener.cs
ListenerContext.cs
ListenerPrimary.cs Use IOCP on secondary listener threads on Windows 2016-04-29 08:45:12 -07:00
ListenerSecondary.cs
MessageBody.cs Ensure entire request body is consumed before handling fin 2016-04-05 11:16:09 -07:00
PathNormalizer.cs
PipeListener.cs
PipeListenerPrimary.cs
PipeListenerSecondary.cs
ProduceEndType.cs
ReasonPhrases.cs
SocketInput.cs Fix connection termination issues when using connection filters (#737, #747). 2016-04-19 22:04:33 -07:00
SocketInputExtensions.cs Ensure entire request body is consumed before handling fin 2016-04-05 11:16:09 -07:00
SocketOutput.cs
TcpListener.cs Add IWebHostBuilder.UseKestrel(options) overload to configure Kestrel (#720) 2016-04-13 14:57:54 -07:00
TcpListenerPrimary.cs Add IWebHostBuilder.UseKestrel(options) overload to configure Kestrel (#720) 2016-04-13 14:57:54 -07:00
TcpListenerSecondary.cs Add IWebHostBuilder.UseKestrel(options) overload to configure Kestrel (#720) 2016-04-13 14:57:54 -07:00
UrlPathDecoder.cs