aspnetcore/src/Kestrel.Core/Internal/Http2
David Fowler 83488886e0
Clean up some remants of the past (#2827)
- Remove Application from HttpConnectionContext and Http*ConnectionContext (it's no longer required)
2018-08-15 23:41:32 -07:00
..
FlowControl Implement HTTP/2 input flow control (#2740) 2018-07-27 10:47:27 -07:00
HPack Add test for ensuring HPACK lowercase header names 2018-06-26 10:44:21 -07:00
Http2Connection.cs Clean up some remants of the past (#2827) 2018-08-15 23:41:32 -07:00
Http2ConnectionContext.cs Clean up some remants of the past (#2827) 2018-08-15 23:41:32 -07:00
Http2ConnectionErrorException.cs
Http2ConnectionState.cs Gracefully shutdown HTTP/2 connections on server and client initiated shutdown 2018-08-07 10:59:29 -07:00
Http2ContinuationFrameFlags.cs
Http2DataFrameFlags.cs
Http2ErrorCode.cs
Http2Frame.Continuation.cs
Http2Frame.Data.cs Add Http2 frame logging 2018-08-08 09:46:42 -07:00
Http2Frame.GoAway.cs Gracefully shutdown HTTP/2 connections on server and client initiated shutdown 2018-08-07 10:59:29 -07:00
Http2Frame.Headers.cs
Http2Frame.Ping.cs
Http2Frame.Priority.cs
Http2Frame.RstStream.cs Gracefully shutdown HTTP/2 connections on server and client initiated shutdown 2018-08-07 10:59:29 -07:00
Http2Frame.Settings.cs Limit concurrent HTTP/2 Streams per connection #2815 2018-08-15 15:58:57 -07:00
Http2Frame.WindowUpdate.cs Implement HTTP/2 output flow control (#2690) 2018-07-10 14:11:59 -07:00
Http2Frame.cs Implement HTTP/2 output flow control (#2690) 2018-07-10 14:11:59 -07:00
Http2FrameReader.cs Enforce max frame size #2651 2018-06-11 14:20:43 -07:00
Http2FrameType.cs
Http2FrameWriter.cs Clean up some remants of the past (#2827) 2018-08-15 23:41:32 -07:00
Http2HeadersFrameFlags.cs
Http2MessageBody.cs Implement MaxRequestBodySize for HTTP/2 #2810 2018-08-13 12:06:21 -07:00
Http2OutputProducer.cs Implement HTTP/2 input flow control (#2740) 2018-07-27 10:47:27 -07:00
Http2PeerSetting.cs
Http2PeerSettings.cs Limit concurrent HTTP/2 Streams per connection #2815 2018-08-15 15:58:57 -07:00
Http2PingFrameFlags.cs
Http2SettingsFrameFlags.cs
Http2SettingsParameter.cs
Http2SettingsParameterOutOfRangeException.cs Implement HTTP/2 output flow control (#2690) 2018-07-10 14:11:59 -07:00
Http2Stream.FeatureCollection.cs
Http2Stream.cs Improve HTTP/2 stream abort logic (#2819) 2018-08-13 11:45:17 -07:00
Http2StreamContext.cs Implement HTTP/2 input flow control (#2740) 2018-07-27 10:47:27 -07:00
Http2StreamErrorException.cs
IHttp2StreamLifetimeHandler.cs