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
.
BetterStackHQ
/
hyper_ruby
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Issues
0
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 14, 2026
Make unix socket takeover atomic and guard cleanup by inode (#8)
Show description for 13390c8
alistairjevans
and
claude
authored
13390c8
View commit details
Copy full SHA for 13390c8
Browse repository at this point
Commits on Jul 17, 2026
SH-1002 [CI] Update GitHub Actions versions (#7)
Show description for 1a8bc56
PetrHeinz
and
claude
authored
1a8bc56
View commit details
Copy full SHA for 1a8bc56
Browse repository at this point
Commits on Jul 6, 2026
Update hyper to 1.10.1 (#6)
alistairjevans
authored
ac788ab
View commit details
Copy full SHA for ac788ab
Browse repository at this point
Commits on Apr 21, 2026
Merge pull request #5 from BetterStackHQ/alistair/handle-rst-stream-cancel
Show description for 8920a0a
alistairjevans
authored
8920a0a
View commit details
Copy full SHA for 8920a0a
Browse repository at this point
Handle hyper providing us incomplete requests
alistairjevans
committed
08cee60
View commit details
Copy full SHA for 08cee60
Browse repository at this point
Commits on Feb 25, 2026
Merge pull request #4 from BetterStackHQ/alistair/avoid-overallocation
Show description for de0cdf9
alistairjevans
authored
de0cdf9
View commit details
Copy full SHA for de0cdf9
Browse repository at this point
Don't over-allocate
alistairjevans
committed
b1aff1a
View commit details
Copy full SHA for b1aff1a
Browse repository at this point
Commits on Dec 11, 2025
Merge pull request #3 from BetterStackHQ/alistair/max-connection-age
Show description for b8a7928
alistairjevans
authored
b8a7928
View commit details
Copy full SHA for b8a7928
Browse repository at this point
Add support for max_connection_age to limit GRPC connections.
alistairjevans
committed
5c3ddb2
View commit details
Copy full SHA for 5c3ddb2
Browse repository at this point
Commits on Aug 19, 2025
Merge pull request #2 from BetterStackHQ/support-host-retrieval
Show description for 81eafe3
alistairjevans
authored
81eafe3
View commit details
Copy full SHA for 81eafe3
Browse repository at this point
💄
alistairjevans
committed
62c6c45
View commit details
Copy full SHA for 62c6c45
Browse repository at this point
Make sure we can capture the host header in HTTP1 and HTTP2.
alistairjevans
committed
798cc03
View commit details
Copy full SHA for 798cc03
Browse repository at this point
Commits on Mar 31, 2025
Take out printing channel capacity on each request.
alistairjevans
committed
139307f
View commit details
Copy full SHA for 139307f
Browse repository at this point
Backpressure fixes and tests.
alistairjevans
committed
5a4c1eb
View commit details
Copy full SHA for 5a4c1eb
Browse repository at this point
Commits on Mar 30, 2025
Add support for getting query_params from requests.
alistairjevans
committed
d88fc26
View commit details
Copy full SHA for d88fc26
Browse repository at this point
Improved error reporting.
alistairjevans
committed
780499b
View commit details
Copy full SHA for 780499b
Browse repository at this point
Improve channel capacity handling.
alistairjevans
committed
cb3b86c
View commit details
Copy full SHA for cb3b86c
Browse repository at this point
Commits on Mar 18, 2025
aggressive unix socket cleanup handling
alistairjevans
committed
a771bd8
View commit details
Copy full SHA for a771bd8
Browse repository at this point
Commits on Feb 24, 2025
Add graceful shutdown of connections.
alistairjevans
committed
ff697f2
View commit details
Copy full SHA for ff697f2
Browse repository at this point
Always log warning + error.
alistairjevans
committed
3db4b31
View commit details
Copy full SHA for 3db4b31
Browse repository at this point
Commits on Feb 19, 2025
Merge pull request #1 from BetterStackHQ/grpc
Show description for 8824a1c
alistairjevans
authored
8824a1c
View commit details
Copy full SHA for 8824a1c
Browse repository at this point
Support compressed frames.
alistairjevans
committed
ebc728c
View commit details
Copy full SHA for ebc728c
Browse repository at this point
Remove unused imports.
alistairjevans
committed
940f928
View commit details
Copy full SHA for 940f928
Browse repository at this point
More tests; recv header and keep-alive timeouts.
alistairjevans
committed
4dfa975
View commit details
Copy full SHA for 4dfa975
Browse repository at this point
Commits on Feb 18, 2025
More tests for the grpc behaviour, but looking good so far....
alistairjevans
committed
3a12160
View commit details
Copy full SHA for 3a12160
Browse repository at this point
GRPC seems to be working...
alistairjevans
committed
894ed0c
View commit details
Copy full SHA for 894ed0c
Browse repository at this point
HEAD and OPTION tests
alistairjevans
committed
0b18305
View commit details
Copy full SHA for 0b18305
Browse repository at this point
Commits on Feb 17, 2025
Fix unwrap.
alistairjevans
committed
0d37d76
View commit details
Copy full SHA for 0d37d76
Browse repository at this point
Split lines to known which unwrap fails.
alistairjevans
committed
3b14335
View commit details
Copy full SHA for 3b14335
Browse repository at this point
Confusing response behaviour.
alistairjevans
committed
c71df3e
View commit details
Copy full SHA for c71df3e
Browse repository at this point
Make the response object testable.
alistairjevans
committed
6618545
View commit details
Copy full SHA for 6618545
Browse repository at this point
Only release GVL if there are no messages pending.
alistairjevans
committed
c2be3db
View commit details
Copy full SHA for c2be3db
Browse repository at this point
Commits on Feb 14, 2025
Support pre-created responses.
alistairjevans
committed
4dd8e59
View commit details
Copy full SHA for 4dd8e59
Browse repository at this point
Improvements to the str buffer copy.
alistairjevans
committed
6f63f5d
View commit details
Copy full SHA for 6f63f5d
Browse repository at this point
Better string re-use
alistairjevans
committed
52d39b7
View commit details
Copy full SHA for 52d39b7
Browse repository at this point
Previous
Next
You can’t perform that action at this time.