Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,419 contributions in the last year
Activity overview
Contribution activity
August 2020
Created a pull request in dotnet/aspnetcore that received 15 comments
Fast path for validating static table HTTP/2 headers
Incoming request headers are currently identified during validation by comparing header bytes. This can be made faster for headers with a static ta…
+614
−144
•
15
comments
- Add HealthChecks to solution and enable nullable in tests
- Fix HTTP/2 tests that use HttpClient and H2C
- HTTP method matching: Jump table optimized for a single method
- HTTP2: Optimize header processing
- Optimize writing single segment sequences
- HTTP2: Fix known header type not reset for multi-value headers
- Remove HTTP/2 headers from request primary headers
- 3.1: Reset KeepAliveTimeout on HTTP/2 ping
- Fix GeneratedCodeTests and trailing whitespace
- HTTP2: Track at least 100 closed streams
- Fix gRPC interop tests
- HTTP2: Write data and trailers under one lock
- Fix flaky keepalive ping test
- Remove unused HTTP/2 streams from pool
- Improve HTTP/2 headers enumerator performance
- Add gRPC standard headers to known headers
- Increase HTTP/2 stream pool max size to 100
- Reset KeepAliveTimeout on HTTP/2 ping
- [Mvc] Add support for order in dynamic controller routes
- Indicate if the request has a body
- Quarantine a couple kestrel flaky tests
- Use PipeWriter to write files
- Add nullable annotations to middleware
- Fix OnCompleted and implement CompleteAsync
- Make authentication linker friendly
- Make the default route constraints linkable
- Add nullable annotations to M.A.Hosting and DefaultBuilder
- Fix some linker warnings, report others
- Add reset support for IIS
- Dipping toes into linker friendliness
- Set MaxConcurrentStreams = 100 on new Http2Connection until first SETTINGS frame
- HTTP2 Perf: Optimize decoding of HPack static table
- Replace SocketsHttpConnectionFactory with SocketsConnectionFactory
- Configure ping in HTTP2
- improve exception message when HTTP2 connection establishment fails
- Fix hang in HTTP/2 handling of canceling credit waits
Created an issue in dotnet/runtime that received 92 comments
SocketsHttpHandler.EnableMultipleHttp2Connections exceeds server stream limit
Description SocketsHttpHandler exceeds the maximum stream limit when EnableMultipleHttp2Connections is true and 250 requests are created simultane…
92
comments
1
contribution
in private repositories
Aug 7

