John Luo
|
69ff195f66
|
Enable hpack/4.2 - Maximum Table Size test
- Ensure dynamic tables size updates occur at the beginning of the header block
|
2018-09-17 12:46:51 -07:00 |
John Luo
|
64127e6c76
|
Implement MaxFrameSize and HeaderTableSize for HTTP/2
|
2018-08-24 11:07:41 -07:00 |
Chris Ross (ASP.NET)
|
aa9dde2457
|
Extract bitshift helper code, Frame cleanup #2773
|
2018-08-17 15:48:16 -07:00 |
Chris Ross (ASP.NET)
|
0c2923135b
|
Limit concurrent HTTP/2 Streams per connection #2815
|
2018-08-15 15:58:57 -07:00 |
Chris Ross (ASP.NET)
|
ea7e53cab0
|
Send Resets for unhandled app exceptions #2733
|
2018-08-06 11:35:42 -07:00 |
Chris Ross (ASP.NET)
|
beca0259c2
|
Verify request Content-Length #2733
|
2018-08-02 13:23:57 -07:00 |
Chris Ross (ASP.NET)
|
c7dd9ff68a
|
Enable Http/2 by default #2720
|
2018-07-27 12:51:12 -07:00 |
Stephen Halter
|
94cfc01fbf
|
Implement HTTP/2 input flow control (#2740)
|
2018-07-27 10:47:27 -07:00 |
Chris Ross (ASP.NET)
|
612fcca729
|
Validate Http/2 pseudo headers #2205 #2263 #2659
|
2018-07-19 16:25:10 -07:00 |
John Luo
|
6551eae321
|
Consolidate HTTP charset validation logic
|
2018-07-13 16:47:28 -07:00 |
Stephen Halter
|
a826f478ad
|
Implement HTTP/2 output flow control (#2690)
|
2018-07-10 14:11:59 -07:00 |
Chris Ross (ASP.NET)
|
61e16e2b31
|
Automation for h2spec functional tests #2640
|
2018-06-21 11:17:16 -07:00 |
Chris Ross (ASP.NET)
|
c498f03cb4
|
Expose Tls details as a feature. #2661
Limit Http/2 to TLS 1.2 #2251
Bootstrap functional tests #2238
|
2018-06-18 16:25:18 -07:00 |
Chris Ross (ASP.NET)
|
a217206f1f
|
Enforce max frame size #2651
|
2018-06-11 14:20:43 -07:00 |
Stephen Halter
|
0aff4a0440
|
Handle client and server aborts differently from eachhother (#2612)
* Trace when app aborts connection
* Improve exception messages
* Always abort connection with ConnectionAbortedException
* Add ConnectionContext.Abort(Exception)
|
2018-06-01 14:42:30 -07:00 |
Chris Ross (ASP.NET)
|
9ea2c50068
|
Add SNI support #2357
|
2018-04-04 12:49:29 -07:00 |
Nate McMaster
|
54e538dcb5
|
Remove dotnet tool install from instructions on using dotnet-dev-certs
|
2018-03-21 22:10:48 -07:00 |
Chris Ross (ASP.NET)
|
42fbba3520
|
More detailed request timeout exceptions #2245
|
2018-03-07 12:23:06 -08:00 |
Joshua Clark
|
5dd590e75e
|
Add clearer exception message to HttpResponseStream ODE (#2305)
|
2018-02-08 17:28:00 -08:00 |
Javier Calvarro Nelson
|
8280c1b73f
|
Update Kestrel HTTPS developer certificate error message
|
2018-01-26 12:55:15 -08:00 |
Chris Ross (ASP.NET)
|
4fd4fd9f41
|
Mark HTTP/2 as not supported with an AppContext switch override.
|
2018-01-24 15:29:59 -08:00 |
Chris Ross (ASP.NET)
|
dfaf37cbba
|
Implement config support #1290 #1879 #2016 #2166 #2167 #2188
|
2017-12-21 09:12:32 -08:00 |
Chris Ross (ASP.NET)
|
d505d20ba7
|
Merge Kestrel.Https into Kestrel.Core. Fix sample.
|
2017-12-18 14:08:14 -08:00 |
Cesar Blum Silveira
|
8c4bdbcf6b
|
Add "zero config" HTTPS support using local development certificate. (#2093)
|
2017-10-25 13:59:09 -07:00 |
Cesar Blum Silveira
|
deed6c9780
|
HTTP/2: add exception error messages and log them.
|
2017-10-12 11:23:57 -07:00 |
Cesar Blum Silveira
|
11ce1395e5
|
HPACK fixes and improvements.
|
2017-10-04 12:59:41 -07:00 |
Cesar Blum Silveira
|
551c1ebc0b
|
Configure enabled protocols per endpoint and add HTTP/2 w/ prior knowledge support (#2067).
|
2017-09-27 10:14:39 -07:00 |
Stephen Halter
|
1e465e9643
|
Improve timeout logic
|
2017-09-08 12:50:01 -07:00 |
Nate McMaster
|
6584a8b5fd
|
Shorten folder names
Remove the Microsoft.AspNetCore.Server prefix from csproj and their folders. This is required to help us avoid max path issues on Windows.
|
2017-07-28 11:11:55 -07:00 |