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
.
nodejs
/
node
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
37k
Star
122k
Code
Issues
631
Pull requests
565
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
http2: backport changes to v9.x-staging
- #18050
#18050
Closed
jasnell
wants to merge 27 commits into
nodejs:v9.x-staging
nodejs/node:v9.x-staging
from
jasnell:backport-http2-v9.x
jasnell/node:backport-http2-v9.x
Copy head branch name to clipboard
Conversation
Commits
27
(27)
Checks
Files changed
Closed
http2: backport changes to v9.x-staging
#18050
jasnell
wants to merge 27 commits into
nodejs:v9.x-staging
nodejs/node:v9.x-staging
from
jasnell:backport-http2-v9.x
jasnell/node:backport-http2-v9.x
Copy head branch name to clipboard
Commits
Commits on Jan 9, 2018
src: add optional keep-alive object to SetImmediate
Show description for 1724a4e
addaleax
authored and
MylesBorins
committed
1724a4e
View commit details
Copy full SHA for 1724a4e
Browse repository at this point
http2: don't call into JS from GC
Show description for df31133
addaleax
authored and
MylesBorins
committed
df31133
View commit details
Copy full SHA for df31133
Browse repository at this point
http2: only schedule write when necessary
Show description for 8c28e30
addaleax
authored and
MylesBorins
committed
8c28e30
View commit details
Copy full SHA for 8c28e30
Browse repository at this point
http2: be sure to destroy the Http2Stream
Show description for 504ee24
jasnell
authored and
MylesBorins
committed
504ee24
View commit details
Copy full SHA for 504ee24
Browse repository at this point
http2: cleanup Http2Stream/Http2Session destroy
Show description for ac89b78
jasnell
authored and
MylesBorins
committed
ac89b78
View commit details
Copy full SHA for ac89b78
Browse repository at this point
http2: remove redundant write indirection
Show description for 7ab5c62
addaleax
authored and
MylesBorins
committed
7ab5c62
View commit details
Copy full SHA for 7ab5c62
Browse repository at this point
http2: refactor outgoing write mechanism
Show description for 66be8e5
addaleax
authored and
MylesBorins
committed
66be8e5
View commit details
Copy full SHA for 66be8e5
Browse repository at this point
http2: convert Http2Settings to an AsyncWrap
Show description for 293c2f9
jasnell
authored and
MylesBorins
committed
293c2f9
View commit details
Copy full SHA for 293c2f9
Browse repository at this point
http2: fix compiling with `--debug-http2`
Show description for 08478c1
addaleax
authored and
MylesBorins
committed
08478c1
View commit details
Copy full SHA for 08478c1
Browse repository at this point
http2: keep session objects alive during Http2Scope
Show description for b61c3fc
addaleax
authored and
MylesBorins
committed
b61c3fc
View commit details
Copy full SHA for b61c3fc
Browse repository at this point
http2: implement ref() and unref() on client sessions
Show description for afa4a7c
kjin
authored and
MylesBorins
committed
afa4a7c
View commit details
Copy full SHA for afa4a7c
Browse repository at this point
http2: remove duplicate words in comments
Show description for 8d8dfea
tniessen
authored and
MylesBorins
committed
8d8dfea
View commit details
Copy full SHA for 8d8dfea
Browse repository at this point
http2: perf_hooks integration
Show description for d968c02
jasnell
authored and
MylesBorins
committed
d968c02
View commit details
Copy full SHA for d968c02
Browse repository at this point
http2: strictly limit number on concurrent streams
Show description for bf7eed3
jasnell
authored and
MylesBorins
committed
bf7eed3
View commit details
Copy full SHA for bf7eed3
Browse repository at this point
http2: add altsvc support
Show description for 8df5d02
jasnell
authored and
MylesBorins
committed
8df5d02
View commit details
Copy full SHA for 8df5d02
Browse repository at this point
tls: set servername on client side too
Show description for ae4e308
jasnell
authored and
MylesBorins
committed
ae4e308
View commit details
Copy full SHA for ae4e308
Browse repository at this point
http2: add initial support for originSet
Show description for 7d6aa20
jasnell
authored and
MylesBorins
committed
7d6aa20
View commit details
Copy full SHA for 7d6aa20
Browse repository at this point
http2: add aligned padding strategy
Show description for 760f678
jasnell
authored and
MylesBorins
committed
760f678
View commit details
Copy full SHA for 760f678
Browse repository at this point
http2: properly handle already closed stream error
Show description for 06ed513
jasnell
authored and
MylesBorins
committed
06ed513
View commit details
Copy full SHA for 06ed513
Browse repository at this point
doc: add docs for common/http2.js utility
Show description for e929bd0
jasnell
authored and
MylesBorins
committed
e929bd0
View commit details
Copy full SHA for e929bd0
Browse repository at this point
src: silence http2 -Wunused-result warnings
Show description for c1c4a6c
cjihrig
authored and
MylesBorins
committed
c1c4a6c
View commit details
Copy full SHA for c1c4a6c
Browse repository at this point
http2: implement maxSessionMemory
Show description for adbc38a
jasnell
authored and
MylesBorins
committed
adbc38a
View commit details
Copy full SHA for adbc38a
Browse repository at this point
http2: verify that a dependency cycle may exist
Show description for 51dc318
jasnell
authored and
MylesBorins
committed
51dc318
View commit details
Copy full SHA for 51dc318
Browse repository at this point
doc: grammar fixes in http2.md
Show description for d1e75eb
Trott
authored and
MylesBorins
committed
d1e75eb
View commit details
Copy full SHA for d1e75eb
Browse repository at this point
http2: verify flood error and unsolicited frames
Show description for cd6fcf3
jasnell
authored and
MylesBorins
committed
cd6fcf3
View commit details
Copy full SHA for cd6fcf3
Browse repository at this point
doc: correct spelling
Show description for 526cf84
sreepurnajasti
authored and
jasnell
committed
526cf84
View commit details
Copy full SHA for 526cf84
Browse repository at this point
perf_hooks: fix scheduling regression
Show description for d7dd941
apapirovski
authored and
jasnell
committed
d7dd941
View commit details
Copy full SHA for d7dd941
Browse repository at this point
You can’t perform that action at this time.