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
.
mattermost
/
react-native-network-client
Public
Notifications
You must be signed in to change notification settings
Fork
26
Star
47
Code
Issues
14
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
fix(android): eliminate OOM in response handling
- #168
#168
Merged
enahum
merged 13 commits into
master
mattermost/react-native-network-client:master
from
crash-fix
mattermost/react-native-network-client:crash-fix
Copy head branch name to clipboard
Jun 22, 2026
Conversation
Commits
13
(13)
Checks
Files changed
Merged
fix(android): eliminate OOM in response handling
#168
enahum
merged 13 commits into
master
mattermost/react-native-network-client:master
from
crash-fix
mattermost/react-native-network-client:crash-fix
Copy head branch name to clipboard
Commits
Commits on Jun 22, 2026
fix(android): eliminate OOM in response handling by streaming body parsing
Show description for d170974
enahum
committed
d170974
View commit details
Copy full SHA for d170974
Browse repository at this point
fix(android): guard against short reads in stripBom and sniffIsJson
enahum
committed
e878ba1
View commit details
Copy full SHA for e878ba1
Browse repository at this point
fix(android): preserve scalar JSON roots in streaming toWritableMap
enahum
committed
c09cc84
View commit details
Copy full SHA for c09cc84
Browse repository at this point
fix(android): measure body transfer time for all responses, not just chunked
enahum
committed
f2b236a
View commit details
Copy full SHA for f2b236a
Browse repository at this point
fix(android): capture metadata reference at intercept time to avoid null lookup after removal
enahum
committed
260d2f4
View commit details
Copy full SHA for 260d2f4
Browse repository at this point
fix(android): address code review feedback on timing, source caching, and numeric overflow safety
enahum
committed
0cf3af9
View commit details
Copy full SHA for 0cf3af9
Browse repository at this point
fix(android): drain on parse failure, thread-safe metrics map, explicit UTF-8 in tests
enahum
committed
510651d
View commit details
Copy full SHA for 510651d
Browse repository at this point
fix(android): drain stream in finally block and fallback compressedSize for cached responses
enahum
committed
f66e96d
View commit details
Copy full SHA for f66e96d
Browse repository at this point
fix(android): skip CountingResponseBody when no metrics, return null data on JSON parse failure
enahum
committed
f7fb2f8
View commit details
Copy full SHA for f7fb2f8
Browse repository at this point
fix(android): guard non-finite doubles and reduce OOM test size to 64MB
enahum
committed
0592aad
View commit details
Copy full SHA for 0592aad
Browse repository at this point
perf(android): defer drain buffer allocation to only when bytes remain to consume
enahum
committed
1ab8ded
View commit details
Copy full SHA for 1ab8ded
Browse repository at this point
fix(android): remove metadata to prevent leaks on sync requests and failures
enahum
committed
a57d708
View commit details
Copy full SHA for a57d708
Browse repository at this point
fix(test): correct KDoc comment to match actual 64 MB test size
enahum
committed
071c364
View commit details
Copy full SHA for 071c364
Browse repository at this point
You can’t perform that action at this time.