Closed louismrose closed 6 months ago
Avoids eagerly attempting to parse all HTTP responses as JSON, which causes Guzzle to load the entire response body into memory. The eager parsing can cause memory exhaustion when the response contains the binary contents of a file.
🏷️ [bumpr] Next version:v2.0.5 Changes:v2.0.4...zamzar:fixes-memory-exhaustion
🚀 [bumpr] Bumped! New version:v2.0.5 Changes:v2.0.4...v2.0.5
Avoids eagerly attempting to parse all HTTP responses as JSON, which causes Guzzle to load the entire response body into memory. The eager parsing can cause memory exhaustion when the response contains the binary contents of a file.