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
.
open-telemetry
/
opentelemetry-ruby
Public
Notifications
You must be signed in to change notification settings
Fork
292
Star
601
Code
Issues
64
Pull requests
35
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
fix: Limit length of response body read to 4mb
- #2080
#2080
Open
kaylareopelle
wants to merge 15 commits into
open-telemetry:main
open-telemetry/opentelemetry-ruby:main
from
kaylareopelle:read-body-limit
kaylareopelle/opentelemetry-ruby:read-body-limit
Copy head branch name to clipboard
Conversation
Commits
15
(15)
Checks
Files changed
Open
fix: Limit length of response body read to 4mb
#2080
kaylareopelle
wants to merge 15 commits into
open-telemetry:main
open-telemetry/opentelemetry-ruby:main
from
kaylareopelle:read-body-limit
kaylareopelle/opentelemetry-ruby:read-body-limit
Copy head branch name to clipboard
Commits
Commits on Apr 8, 2026
fix: Limit length of response body read to 4mb
Show description for f0bec26
kaylareopelle
committed
f0bec26
View commit details
Copy full SHA for f0bec26
Browse repository at this point
Commits on Apr 22, 2026
test: add real-socket test for response body limit
Show description for a208184
robbkidd
committed
a208184
View commit details
Copy full SHA for a208184
Browse repository at this point
fix: use block form of request for streaming body access
Show description for 7af99b4
robbkidd
committed
7af99b4
View commit details
Copy full SHA for 7af99b4
Browse repository at this point
test: assert body truncation in real-socket test
Show description for e1a8c00
robbkidd
committed
e1a8c00
View commit details
Copy full SHA for e1a8c00
Browse repository at this point
test: verify Net::HTTP doesn't buffer beyond the cap
Show description for 54022d8
robbkidd
committed
54022d8
View commit details
Copy full SHA for 54022d8
Browse repository at this point
fix: close socket on oversized response to prevent full buffering
Show description for 558562c
robbkidd
committed
558562c
View commit details
Copy full SHA for 558562c
Browse repository at this point
refactor: return truncation flag instead of ivar
Show description for 7be8257
robbkidd
committed
7be8257
View commit details
Copy full SHA for 7be8257
Browse repository at this point
test: assert body truncated logged, not a decode error
Show description for eefa743
robbkidd
committed
eefa743
View commit details
Copy full SHA for eefa743
Browse repository at this point
fix: return early when response body was truncated
Show description for 83a8d4e
robbkidd
committed
83a8d4e
View commit details
Copy full SHA for 83a8d4e
Browse repository at this point
Commits on Apr 24, 2026
Merge pull request #15 from robbkidd/robb.repro-response-body-limit
Show description for 3727f79
kaylareopelle
authored
3727f79
View commit details
Copy full SHA for 3727f79
Browse repository at this point
Rubocop
Show description for 97d3196
kaylareopelle
committed
97d3196
View commit details
Copy full SHA for 97d3196
Browse repository at this point
Commits on Jul 10, 2026
fix: Address feedback
kaylareopelle
committed
f53c749
View commit details
Copy full SHA for f53c749
Browse repository at this point
Merge branch 'main' into read-body-limit
kaylareopelle
authored
f4d895d
View commit details
Copy full SHA for f4d895d
Browse repository at this point
fix: Correctly adapt to recent exporter changes
kaylareopelle
committed
c449868
View commit details
Copy full SHA for c449868
Browse repository at this point
Rubocop
kaylareopelle
committed
0ce6e36
View commit details
Copy full SHA for 0ce6e36
Browse repository at this point
You can’t perform that action at this time.