Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
dotnet
/
runtime
Public
Notifications
You must be signed in to change notification settings
Fork
5.6k
Star
18.3k
Code
Issues
5k+
Pull requests
645
Discussions
Actions
Projects
Security and quality
70
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Improve HTTP/2 scaling performance
- #35694
#35694
Merged
stephentoub
merged 11 commits into
dotnet:master
dotnet/runtime:master
from
stephentoub:http2perf
stephentoub/runtime:http2perf
Copy head branch name to clipboard
May 7, 2020
Conversation
Commits
11
(11)
Checks
Files changed
Merged
Improve HTTP/2 scaling performance
#35694
stephentoub
merged 11 commits into
dotnet:master
dotnet/runtime:master
from
stephentoub:http2perf
stephentoub/runtime:http2perf
Copy head branch name to clipboard
Commits
Commits on May 7, 2020
Rearrange Http2Connection.SendHeadersAsync to increase scale
Show description for c37a3eb
stephentoub
committed
c37a3eb
View commit details
Copy full SHA for c37a3eb
Browse repository at this point
Use ContinueWith instead of async/await in Ignore/LogExceptions
Show description for 84dfd03
stephentoub
committed
84dfd03
View commit details
Copy full SHA for 84dfd03
Browse repository at this point
Remove CopyToAsync wrapping task from SendRequestBodyAsync
stephentoub
committed
28d1eb8
View commit details
Copy full SHA for 28d1eb8
Browse repository at this point
Stop clearing ArrayBuffer's pooled byte arrays
Show description for 8dc3380
stephentoub
committed
8dc3380
View commit details
Copy full SHA for 8dc3380
Browse repository at this point
Add several gRPC known headers
stephentoub
committed
a131d4f
View commit details
Copy full SHA for a131d4f
Browse repository at this point
Reduce contention on semaphore locks
Show description for f72f45f
stephentoub
committed
f72f45f
View commit details
Copy full SHA for f72f45f
Browse repository at this point
Avoid dictionary lookup in HttpMethod.Normalize
stephentoub
committed
15bc42d
View commit details
Copy full SHA for 15bc42d
Browse repository at this point
Avoid allocating strings for known Content-Types
stephentoub
committed
9b6953e
View commit details
Copy full SHA for 9b6953e
Browse repository at this point
Combine AcquireWriteLockAsync into StartWriteAsync
Show description for d0d706b
stephentoub
committed
d0d706b
View commit details
Copy full SHA for d0d706b
Browse repository at this point
Remove GetCancelableWaiterTask async method
Show description for 1f04ca1
stephentoub
committed
1f04ca1
View commit details
Copy full SHA for 1f04ca1
Browse repository at this point
Address PR feedback
stephentoub
committed
3605fcb
View commit details
Copy full SHA for 3605fcb
Browse repository at this point
You can’t perform that action at this time.