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
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
.
Python-Repository-Hub
/
hyper
Public
forked from
python-hyper/hyper
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
hyper
hyper
http20
on
development
User selector
All users
All time
Commit history
Commits on Nov 29, 2017
Merge pull request #368 from viranch/brotli
Show description for 4b522f5
Lukasa
authored
4b522f5
View commit details
Copy full SHA for 4b522f5
View code at this point
Browse repository at this point
Add support for brotli compression
viranch
committed
1026313
View commit details
Copy full SHA for 1026313
View code at this point
Browse repository at this point
Fix crash on getting unsupported content-encoding
viranch
committed
4f86b47
View commit details
Copy full SHA for 4f86b47
View code at this point
Browse repository at this point
Commits on Nov 8, 2017
Fix: no end of the stream when (length of body) % MAX_CHUNK == MAX_CHUNK
PrimozGodec
committed
3e52e91
View commit details
Copy full SHA for 3e52e91
View code at this point
Browse repository at this point
Commits on Jul 27, 2017
Add connection/read timeout for requests adapter (#342)
Show description for 75f25f7
hyxbiao
authored and
Lukasa
committed
75f25f7
View commit details
Copy full SHA for 75f25f7
View code at this point
Browse repository at this point
Commits on Jul 5, 2017
Added a dictionary of decompressors (#336)
Show description for e118dad
KOLANICH
authored and
Lukasa
committed
e118dad
View commit details
Copy full SHA for e118dad
View code at this point
Browse repository at this point
Commits on Jun 21, 2017
Merge remote-tracking branch 'upstream/development' into secure_proxy
Show description for 2223f0d
KostyaEsmukov
committed
2223f0d
View commit details
Copy full SHA for 2223f0d
View code at this point
Browse repository at this point
Commits on Jun 10, 2017
Using single lock model in http20 connection
plucury
committed
0e2fca8
View commit details
Copy full SHA for 0e2fca8
View code at this point
Browse repository at this point
Commits on May 30, 2017
Add HTTPS proxy support
Show description for fa238d8
KostyaEsmukov
committed
fa238d8
View commit details
Copy full SHA for fa238d8
View code at this point
Browse repository at this point
Commits on Jan 24, 2017
More informative error message if no protocol found for http2
Show description for 5e133b6
ojii
committed
5e133b6
View commit details
Copy full SHA for 5e133b6
View code at this point
Browse repository at this point
Commits on Jan 17, 2017
Fix test_adapter_received_values and test_adapter_sending_values for Python 3
laike9m
committed
2cdc92f
View commit details
Copy full SHA for 2cdc92f
View code at this point
Browse repository at this point
Commits on Dec 2, 2016
adding HTTP version flags to connections and responses
nateprewitt
committed
e76f185
View commit details
Copy full SHA for e76f185
View code at this point
Browse repository at this point
Commits on Aug 19, 2016
the connection state wasn't reseted while closed a connection without sock
plucury
committed
e2d2e63
View commit details
Copy full SHA for e2d2e63
View code at this point
Browse repository at this point
Commits on Aug 18, 2016
Send ping frame
plucury
committed
fc7e8db
View commit details
Copy full SHA for fc7e8db
View code at this point
Browse repository at this point
Commits on Aug 16, 2016
removing stream from recent_recv_streams on clean close
nateprewitt
committed
90b43a3
View commit details
Copy full SHA for 90b43a3
View code at this point
Browse repository at this point
Commits on Aug 5, 2016
Fixup opening windows of closed streams.
Lukasa
committed
f50fad8
View commit details
Copy full SHA for f50fad8
View code at this point
Browse repository at this point
Commits on Jul 12, 2016
Do not increment the window when stream is closing.
Lukasa
committed
54f5947
View commit details
Copy full SHA for 54f5947
View code at this point
Browse repository at this point
Commits on Jul 1, 2016
potential fix for multiple stream reads when sock closes https://github.com/Lukasa/hyper/issues/256
John Loehrer
committed
4d92624
View commit details
Copy full SHA for 4d92624
View code at this point
Browse repository at this point
Commits on Jun 12, 2016
Tighten lock scope.
Lukasa
committed
3ac4dbd
View commit details
Copy full SHA for 3ac4dbd
View code at this point
Browse repository at this point
Commits on Jun 11, 2016
Update Stream.close to reflect review comments
fredthomsen
committed
e97de26
View commit details
Copy full SHA for e97de26
View code at this point
Browse repository at this point
Update _out_flow_control_window to reflect review comments
fredthomsen
committed
616b73f
View commit details
Copy full SHA for 616b73f
View code at this point
Browse repository at this point
Commits on Jun 9, 2016
Rename _send_cb to _send_outstanding_data in stream object
fredthomsen
committed
cc23e2a
View commit details
Copy full SHA for cc23e2a
View code at this point
Browse repository at this point
Take lock when getting the stream outbound flow control window
fredthomsen
committed
cd594d8
View commit details
Copy full SHA for cd594d8
View code at this point
Browse repository at this point
Commits on Jun 8, 2016
Pass _send_outstanding_data instead of _send_cb to stream constructor and adjust call in stream accordingly
fredthomsen
committed
cb86199
View commit details
Copy full SHA for cb86199
View code at this point
Browse repository at this point
Commits on Jun 5, 2016
Ensure that conn is only used inside a context so that locking is ensured
fredthomsen
committed
bb70299
View commit details
Copy full SHA for bb70299
View code at this point
Browse repository at this point
Pass locked object rather than just connection to stream constructor (246)
fredthomsen
committed
fc5a32c
View commit details
Copy full SHA for fc5a32c
View code at this point
Browse repository at this point
Commits on May 27, 2016
Tolerate failed RST_STREAM attempts when closing streams.
Lukasa
committed
53a4001
View commit details
Copy full SHA for 53a4001
View code at this point
Browse repository at this point
Need -> needed.
Lukasa
committed
9656af5
View commit details
Copy full SHA for 9656af5
View code at this point
Browse repository at this point
Commits on May 5, 2016
Move stream initialization.
Lukasa
committed
5759d54
View commit details
Copy full SHA for 5759d54
View code at this point
Browse repository at this point
Commits on May 4, 2016
Re-add plaintext upgrade code.
Lukasa
committed
111b0b9
View commit details
Copy full SHA for 111b0b9
View code at this point
Browse repository at this point
Commits on May 3, 2016
Merge branch 'tbetbetbe-concurrency-update' into development
Lukasa
committed
23d1c29
View commit details
Copy full SHA for 23d1c29
View code at this point
Browse repository at this point
Minor stylistic changes.
Lukasa
committed
d01658e
View commit details
Copy full SHA for d01658e
View code at this point
Browse repository at this point
Commits on Apr 28, 2016
Ensure synchronized access to the H2Connection
Show description for 3b12f7a
Tim Emiola
committed
3b12f7a
View commit details
Copy full SHA for 3b12f7a
View code at this point
Browse repository at this point
Commits on Apr 27, 2016
Modify how stream resets are reported.
Show description for 6531ae9
Tim Emiola
committed
6531ae9
View commit details
Copy full SHA for 6531ae9
View code at this point
Browse repository at this point
Correct a locking gap
Show description for cb5b604
Tim Emiola
committed
cb5b604
View commit details
Copy full SHA for cb5b604
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.