Skip to content

feat: Limit the maximum request body size#1158

Merged
mykola-mokhnach merged 1 commit into
masterfrom
limit-body-size
Jun 18, 2026
Merged

feat: Limit the maximum request body size#1158
mykola-mokhnach merged 1 commit into
masterfrom
limit-body-size

Conversation

@mykola-mokhnach

@mykola-mokhnach mykola-mokhnach commented Jun 17, 2026

Copy link
Copy Markdown

Summary

  • Add a 1GB default maximum HTTP request body size in WDA (same as WDProxy default), configurable via MAX_HTTP_REQUEST_BODY_SIZE.
  • Reject oversized fixed-length and chunked request bodies at the HTTP boundary with 413 Request Entity Too Large.
  • Thread optional maxHttpRequestBodySize through WDA launch paths, including xcodebuild, preinstalled WDA, and xctestrun generation.

@mykola-mokhnach mykola-mokhnach merged commit 9ea244b into master Jun 18, 2026
45 of 46 checks passed
@mykola-mokhnach mykola-mokhnach deleted the limit-body-size branch June 18, 2026 05:36
github-actions Bot pushed a commit that referenced this pull request Jun 18, 2026
## [14.2.0](v14.1.1...v14.2.0) (2026-06-18)

### Features

* Limit the maximum request body size ([#1158](#1158)) ([9ea244b](9ea244b))
@github-actions

Copy link
Copy Markdown

🎉 This PR is included in version 14.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants