aspnetcore/src/Microsoft.AspNetCore.Server.../Internal/Http
Cesar Blum Silveira 1ffad5ca38 Handle multiple tokens in Connection header (#1170). 2016-10-27 12:19:43 -07:00
..
BufferSizeControl.cs Limit size of memory buffer when reading request (#304) 2016-06-13 18:52:20 -07:00
ChunkWriter.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
Connection.cs Wait for frame loop completion to dispose connection stream (#1156). 2016-10-10 10:16:03 -07:00
ConnectionContext.cs Change context relationships from inheritance to composition. 2016-09-27 11:53:06 -07:00
ConnectionManager.cs Stop KestrelThreads in parallel 2016-07-25 10:29:01 -07:00
ConnectionOptions.cs Handle multiple tokens in Connection header (#1170). 2016-10-27 12:19:43 -07:00
DateHeaderValueManager.cs Use HeaderUtilities.FormatDate in DateHeaderValueManager (#1132) 2016-10-06 11:56:49 -07:00
Frame.FeatureCollection.cs Handle multiple tokens in Connection header (#1170). 2016-10-27 12:19:43 -07:00
Frame.Generated.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
Frame.cs Handle multiple tokens in Connection header (#1170). 2016-10-27 12:19:43 -07:00
FrameDuplexStream.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
FrameHeaders.Generated.cs test fixes and whitespace changes to generated code 2016-10-20 15:23:03 -07:00
FrameHeaders.cs Handle multiple tokens in Connection header (#1170). 2016-10-27 12:19:43 -07:00
FrameOfT.cs Handle multiple tokens in Connection header (#1170). 2016-10-27 12:19:43 -07:00
FrameRequestHeaders.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
FrameRequestStream.cs Make FrameRequestStream.CopyToAsync(...) copyless 2016-09-20 11:54:58 -07:00
FrameResponseHeaders.cs Handle response content length mismatches (#175). 2016-10-11 13:25:22 -07:00
FrameResponseStream.cs Ensure Begin/End Read/Write methods are correctly implemented 2016-08-03 16:45:39 -07:00
FrameStreamState.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
HttpVersion.cs Use HttpVersionType enum rather than string compare 2016-07-22 21:34:49 +01:00
IAsyncDisposable.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
IBufferSizeControl.cs Limit size of memory buffer when reading request (#304) 2016-06-13 18:52:20 -07:00
IConnectionControl.cs Add request headers timeout (#1110). 2016-09-27 17:08:02 -07:00
IFrameControl.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
ISocketOutput.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
Listener.cs Change context relationships from inheritance to composition. 2016-09-27 11:53:06 -07:00
ListenerContext.cs Change context relationships from inheritance to composition. 2016-09-27 11:53:06 -07:00
ListenerPrimary.cs Ensure libuv handles get disposed properly after binding errors 2016-07-22 12:26:27 -07:00
ListenerSecondary.cs Change context relationships from inheritance to composition. 2016-09-27 11:53:06 -07:00
MessageBody.cs Handle multiple tokens in Connection header (#1170). 2016-10-27 12:19:43 -07:00
PathNormalizer.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
PipeListener.cs Ensure libuv handles get disposed properly after binding errors 2016-07-22 12:26:27 -07:00
PipeListenerPrimary.cs Ensure libuv handles get disposed properly after binding errors 2016-07-22 12:26:27 -07:00
PipeListenerSecondary.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
ProduceEndType.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
ReasonPhrases.cs More specific response status codes for errors (#653). 2016-09-22 12:13:14 -07:00
RequestRejectionReason.cs Refactor request line validation and error reporting (#1116). 2016-10-03 16:54:51 -07:00
SocketInput.cs Slimmer locks 2016-09-28 15:33:34 -07:00
SocketInputExtensions.cs Make FrameRequestStream.CopyToAsync(...) copyless 2016-09-20 11:54:58 -07:00
SocketOutput.cs Don't take SocketOutput's _contextLock to return written blocks 2016-10-11 16:39:13 -07:00
TcpListener.cs Ensure libuv handles get disposed properly after binding errors 2016-07-22 12:26:27 -07:00
TcpListenerPrimary.cs Ensure libuv handles get disposed properly after binding errors 2016-07-22 12:26:27 -07:00
TcpListenerSecondary.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
TimeoutAction.cs Add request headers timeout (#1110). 2016-09-27 17:08:02 -07:00
UrlPathDecoder.cs Enum to singular 2016-07-22 22:25:03 +01:00