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 }}
pgit
/
anyhttp
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Refactor HTTP/3 request handling and improve performance
- #7
#7
Merged
pgit
merged 20 commits into
master
pgit/anyhttp:master
from
testing
pgit/anyhttp:testing
Copy head branch name to clipboard
Aug 21, 2026
Conversation
Commits
20
(20)
Checks
Files changed
Merged
Refactor HTTP/3 request handling and improve performance
#7
pgit
merged 20 commits into
master
pgit/anyhttp:master
from
testing
pgit/anyhttp:testing
Copy head branch name to clipboard
Commits
Commits on Aug 20, 2026
remove non-awaitable request handler
pgit
committed
bb868d0
View commit details
Copy full SHA for bb868d0
Browse repository at this point
remove redundant request handler invocation in NGHttp2Stream and Http3Session
pgit
committed
cfe0e77
View commit details
Copy full SHA for cfe0e77
Browse repository at this point
HTTP/3: resume a stream blocked mid-write
Show description for fe142ca
pgit
and
claude
committed
fe142ca
View commit details
Copy full SHA for fe142ca
Browse repository at this point
add a request handler serving files with mmap()
Show description for 04ddcde
pgit
and
claude
committed
04ddcde
View commit details
Copy full SHA for 04ddcde
Browse repository at this point
HTTP/3: send a Date header with the response
pgit
committed
100773c
View commit details
Copy full SHA for 100773c
Browse repository at this point
ignore out-of-tree build directories
Show description for 2bfc883
pgit
and
claude
committed
2bfc883
View commit details
Copy full SHA for 2bfc883
Browse repository at this point
HTTP/3: pass the response body to nghttp3 by reference
Show description for e4cc39f
pgit
and
claude
committed
e4cc39f
View commit details
Copy full SHA for e4cc39f
Browse repository at this point
QUIC: prefer AES-128-GCM over AES-256-GCM
Show description for bf34a2c
pgit
and
claude
committed
bf34a2c
View commit details
Copy full SHA for bf34a2c
Browse repository at this point
QUIC: only install ngtcp2's log callback when tracing
Show description for cb7f1f8
pgit
and
claude
committed
cb7f1f8
View commit details
Copy full SHA for cb7f1f8
Browse repository at this point
serve_file: keep file mappings across requests
Show description for ded78ee
pgit
and
claude
committed
ded78ee
View commit details
Copy full SHA for ded78ee
Browse repository at this point
HTTP/3: write once per receive batch, not once per datagram
Show description for 62021e9
pgit
and
claude
committed
62021e9
View commit details
Copy full SHA for 62021e9
Browse repository at this point
Commits on Aug 21, 2026
HTTP/3: arm the write flush once per wake, not once per submission
Show description for b0a4b68
pgit
and
claude
committed
b0a4b68
View commit details
Copy full SHA for b0a4b68
Browse repository at this point
HTTP/3: fill a read from every queued chunk, not just the first
Show description for c4b4595
pgit
and
claude
committed
c4b4595
View commit details
Copy full SHA for c4b4595
Browse repository at this point
HTTP/3: hand an arriving chunk to a waiting reader without parking it first
Show description for ac2d8fe
pgit
and
claude
committed
ac2d8fe
View commit details
Copy full SHA for ac2d8fe
Browse repository at this point
log: change log level from info to debug in eat_request function
pgit
committed
ae91d0c
View commit details
Copy full SHA for ae91d0c
Browse repository at this point
HTTP/3: let a re-issued EOF adopt a pending FIN without tripping the assert
Show description for 3002243
pgit
and
claude
committed
3002243
View commit details
Copy full SHA for 3002243
Browse repository at this point
log: log submitted headers, and h3 received headers as one block
Show description for ed04180
pgit
and
claude
committed
ed04180
View commit details
Copy full SHA for ed04180
Browse repository at this point
log: add segment counter to udp_on_read for better debugging
pgit
committed
bca74b5
View commit details
Copy full SHA for bca74b5
Browse repository at this point
HTTP/3: drop the session when the QUIC idle timer fires
Show description for 89701fd
pgit
and
claude
committed
89701fd
View commit details
Copy full SHA for 89701fd
Browse repository at this point
HTTP/3: add random UDP packet dropping for testing
Show description for 3c71335
pgit
and
claude
committed
3c71335
View commit details
Copy full SHA for 3c71335
Browse repository at this point
You can’t perform that action at this time.