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
Accelerator
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
Type
/
to 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 }}
akmhmgc
/
net-http2
Public
forked from
ostinelli/net-http2
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
net-http2
spec
on
master
User selector
All users
All time
Commit history
Commits on Sep 24, 2020
Try to fix Travis.
ostinelli
committed
49f49c6
View commit details
Copy full SHA for 49f49c6
View code at this point
Browse repository at this point
Commits on Sep 23, 2020
Allow timing out async client join
Show description for 6f79ac2
benlangfeld
committed
6f79ac2
View commit details
Copy full SHA for 6f79ac2
View code at this point
Browse repository at this point
Commits on Jul 4, 2018
Ensure to sort headers prior to sending them.
Show description for 490d986
ostinelli
committed
490d986
View commit details
Copy full SHA for 490d986
View code at this point
Browse repository at this point
Commits on Sep 7, 2017
Expose remote connection settings and stream count.
benubois
committed
8be56ce
View commit details
Copy full SHA for 8be56ce
View code at this point
Browse repository at this point
Commits on Feb 28, 2017
Add the :error callback on the client.
Show description for 05ee7d0
ostinelli
committed
05ee7d0
View commit details
Copy full SHA for 05ee7d0
View code at this point
Browse repository at this point
Commits on Feb 27, 2017
Convert all header values to strings.
Show description for e2c15d3
ostinelli
committed
e2c15d3
View commit details
Copy full SHA for e2c15d3
View code at this point
Browse repository at this point
Commits on Dec 29, 2016
Use random order in tests.
ostinelli
committed
e62ef6d
View commit details
Copy full SHA for e62ef6d
View code at this point
Browse repository at this point
Commits on Nov 22, 2016
Added proxy support
Show description for 1e5f4f5
nattfodd
committed
1e5f4f5
View commit details
Copy full SHA for 1e5f4f5
View code at this point
Browse repository at this point
Commits on Nov 12, 2016
Add the params option to specify query string parameters.
Show description for ee7bf3c
ostinelli
committed
ee7bf3c
View commit details
Copy full SHA for ee7bf3c
View code at this point
Browse repository at this point
Commits on Sep 29, 2016
Test connection repairs on EOFErrors from socket.
ostinelli
committed
3b58bad
View commit details
Copy full SHA for 3b58bad
View code at this point
Browse repository at this point
Return SocketError when a EOFError is received.
ostinelli
committed
f647cdb
View commit details
Copy full SHA for f647cdb
View code at this point
Browse repository at this point
Commits on Jul 7, 2016
:authority pseudo-header field support
Show description for 181b4d1
syusui-s
committed
181b4d1
View commit details
Copy full SHA for 181b4d1
View code at this point
Browse repository at this point
Commits on Jun 28, 2016
Fix tests.
ostinelli
committed
0c38aae
View commit details
Copy full SHA for 0c38aae
View code at this point
Browse repository at this point
Add join method to wait for outstanding async requests.
Show description for 575a389
ostinelli
committed
575a389
View commit details
Copy full SHA for 575a389
View code at this point
Browse repository at this point
Commits on May 23, 2016
Fix spacing.
ostinelli
committed
86108ad
View commit details
Copy full SHA for 86108ad
View code at this point
Browse repository at this point
Allow to specify a connect timeout.
Show description for a86074c
ostinelli
committed
a86074c
View commit details
Copy full SHA for a86074c
View code at this point
Browse repository at this point
Use conditional variable to lower response times' floor.
Show description for 82669da
ostinelli
committed
82669da
View commit details
Copy full SHA for 82669da
View code at this point
Browse repository at this point
Commits on May 8, 2016
Raise wait for interval for Travis.
ostinelli
committed
7837bdc
View commit details
Copy full SHA for 7837bdc
View code at this point
Browse repository at this point
Add ssl? tests.
ostinelli
committed
ceca37d
View commit details
Copy full SHA for ceca37d
View code at this point
Browse repository at this point
Increase wait for helper method's interval.
ostinelli
committed
7870e27
View commit details
Copy full SHA for 7870e27
View code at this point
Browse repository at this point
Refactor wait for helper to speed up tests.
ostinelli
committed
d2f4f0d
View commit details
Copy full SHA for d2f4f0d
View code at this point
Browse repository at this point
Add big bodies tests.
ostinelli
committed
7bdd8ba
View commit details
Copy full SHA for 7bdd8ba
View code at this point
Browse repository at this point
Remove debug statements.
ostinelli
committed
87a4d84
View commit details
Copy full SHA for 87a4d84
View code at this point
Browse repository at this point
Sleep between sending headers & body.
ostinelli
committed
f050a3e
View commit details
Copy full SHA for f050a3e
View code at this point
Browse repository at this point
Fix big body test.
ostinelli
committed
a14d11b
View commit details
Copy full SHA for a14d11b
View code at this point
Browse repository at this point
Commits on May 5, 2016
Add test and debug puts for igrigorik/http-2#57.
ostinelli
committed
6dcbaf6
View commit details
Copy full SHA for 6dcbaf6
View code at this point
Browse repository at this point
Test that client is able to receive bodies > 64k.
ostinelli
committed
8ccd052
View commit details
Copy full SHA for 8ccd052
View code at this point
Browse repository at this point
Commits on May 1, 2016
Refactor tests to use real response (not dummy).
ostinelli
committed
e2eb3d5
View commit details
Copy full SHA for e2eb3d5
View code at this point
Browse repository at this point
Raise errors when they happen in the socket thread.
ostinelli
committed
e2baaa7
View commit details
Copy full SHA for e2baaa7
View code at this point
Browse repository at this point
Commits on Apr 30, 2016
Make NetHttp2 thread safe.
Show description for 01f5ffe
ostinelli
committed
01f5ffe
View commit details
Copy full SHA for 01f5ffe
View code at this point
Browse repository at this point
Add Async requests.
ostinelli
committed
8fff497
View commit details
Copy full SHA for 8fff497
View code at this point
Browse repository at this point
Commits on Apr 29, 2016
Refactor blocking calls and remove (temporarily) blocking calls.
Show description for 72645b9
ostinelli
committed
72645b9
View commit details
Copy full SHA for 72645b9
View code at this point
Browse repository at this point
Remove unnecessary helper method.
ostinelli
committed
7af8624
View commit details
Copy full SHA for 7af8624
View code at this point
Browse repository at this point
Add test for npn protocol in custom ssl.
ostinelli
committed
bb67b15
View commit details
Copy full SHA for bb67b15
View code at this point
Browse repository at this point
Add protocols to SSL.
ostinelli
committed
2d1f13f
View commit details
Copy full SHA for 2d1f13f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.