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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
microsoft
/
cpp_client_telemetry
Public
Notifications
You must be signed in to change notification settings
Fork
62
Star
102
Code
Issues
109
Pull requests
25
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Cap HTTP response body size across WinInet, WinRt, and Apple transports
- #1508
#1508
Merged
bmehta001
merged 7 commits into
microsoft:main
microsoft/cpp_client_telemetry:main
from
bmehta001:bhamehta/cap-response-all-transports
bmehta001/cpp_client_telemetry:bhamehta/cap-response-all-transports
Copy head branch name to clipboard
Jul 30, 2026
Conversation
Commits
7
(7)
Checks
Files changed
Merged
Cap HTTP response body size across WinInet, WinRt, and Apple transports
#1508
bmehta001
merged 7 commits into
microsoft:main
microsoft/cpp_client_telemetry:main
from
bmehta001:bhamehta/cap-response-all-transports
bmehta001/cpp_client_telemetry:bhamehta/cap-response-all-transports
Copy head branch name to clipboard
Commits
Commits on Jul 15, 2026
Cap HTTP response body size across WinInet, WinRt, and Apple transports
Show description for 4e6f10c
bmehta001
and
Copilot
committed
4e6f10c
View commit details
Copy full SHA for 4e6f10c
Browse repository at this point
Map WinInet oversize to NetworkFailure and guard Apple nil data (round 1)
Show description for cc28b00
bmehta001
and
Copilot
committed
cc28b00
View commit details
Copy full SHA for cc28b00
Browse repository at this point
Stream response bodies to enforce the cap before full materialization (round 2)
Show description for ffeddf2
bmehta001
and
Copilot
committed
ffeddf2
View commit details
Copy full SHA for ffeddf2
Browse repository at this point
Harden streaming transports: guard WinRt read faults, fix Apple block cast (round 3)
Show description for 0d61e8f
bmehta001
and
Copilot
committed
0d61e8f
View commit details
Copy full SHA for 0d61e8f
Browse repository at this point
WinRt: map cancel to Aborted and clear partial body on rejection (round 4)
Show description for 055d4f4
bmehta001
and
Copilot
committed
055d4f4
View commit details
Copy full SHA for 055d4f4
Browse repository at this point
Fix Apple response-cap delegate cleanup: NSMutableSet uses removeObject:
Show description for 3744617
bmehta001
and
Copilot
committed
3744617
View commit details
Copy full SHA for 3744617
Browse repository at this point
Commits on Jul 30, 2026
Merge branch 'main' into bhamehta/cap-response-all-transports
bmehta001
authored
2b3789f
View commit details
Copy full SHA for 2b3789f
Browse repository at this point
You can’t perform that action at this time.