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 }}
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
37.4k
Star
122k
Code
Issues
623
Pull requests
562
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Merge http2 stream & net socket
- #19527
#19527
Closed
aks-
wants to merge 14 commits into
nodejs:master
nodejs/node:master
from
aks-:merge-http2-stream-net-socket
aks-/io.js:merge-http2-stream-net-socket
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Closed
Merge http2 stream & net socket
#19527
aks-
wants to merge 14 commits into
nodejs:master
nodejs/node:master
from
aks-:merge-http2-stream-net-socket
aks-/io.js:merge-http2-stream-net-socket
Copy head branch name to clipboard
Commits
Commits on Mar 23, 2018
lib: merge stream handling code for http2 streams & net.Socket
aks-
committed
b037232
View commit details
Copy full SHA for b037232
Browse repository at this point
lib: separate writev responsibilities from writeGeneric
aks-
committed
efa0f4f
View commit details
Copy full SHA for efa0f4f
Browse repository at this point
lib: fix calling of cb twice
aks-
committed
19aedde
View commit details
Copy full SHA for 19aedde
Browse repository at this point
lib: extract streamId out of stream_base to caller
aks-
committed
5c8eb75
View commit details
Copy full SHA for 5c8eb75
Browse repository at this point
lib: add symbols instead of methods to hide impl details
aks-
committed
92e4f71
View commit details
Copy full SHA for 92e4f71
Browse repository at this point
lib: remove unneeded lines
aks-
committed
babe858
View commit details
Copy full SHA for babe858
Browse repository at this point
lib: use Object.assign instead of apply
aks-
committed
27818c4
View commit details
Copy full SHA for 27818c4
Browse repository at this point
lib: rename mixin StreamBase to StreamSharedMethods
aks-
committed
0144de4
View commit details
Copy full SHA for 0144de4
Browse repository at this point
lib: use stream shared funcs as top level instead of properties of prototypes
aks-
committed
e4365d6
View commit details
Copy full SHA for e4365d6
Browse repository at this point
lib: mv lib/internal/stream_shared_methods.js lib/internal/stream_base_commons.js
aks-
committed
560635d
View commit details
Copy full SHA for 560635d
Browse repository at this point
lib: add comment for readability
aks-
committed
833c52a
View commit details
Copy full SHA for 833c52a
Browse repository at this point
lib: refactor _writev in Http2Stream
aks-
committed
fcfd8d3
View commit details
Copy full SHA for fcfd8d3
Browse repository at this point
Commits on Mar 24, 2018
lib: rephrase comment
aks-
committed
43b912d
View commit details
Copy full SHA for 43b912d
Browse repository at this point
Commits on Mar 26, 2018
lib: revert usage of const,let for perf reasons
aks-
committed
5055714
View commit details
Copy full SHA for 5055714
Browse repository at this point
You can’t perform that action at this time.