Skip to content

Commit

Permalink
Doc: Add a note about 64KB request body limit
Browse files Browse the repository at this point in the history
  • Loading branch information
bpolaszek authored Dec 19, 2022
1 parent 7d08607 commit 4832662
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,12 @@ example.com
reverse_proxy 10.1.2.3:8080 10.1.2.3:8081 10.1.2.4:8080 10.1.2.4:8081
```

### Payload limitations
⚠ There's a known limit in [Framework-X](https://framework-x.org/docs/api/request/) which prevents request bodies to weigh more than [64 KB](https://github.com/reactphp/http/issues/412).
At the time of writing, this limit cannot be raised due to Framework-X encapsulating HTTP Server instantiation.

Publishing bigger updates to Freddie (through HTTP, at least) could result in 400 errors.

## Feature coverage

| Feature | Covered |
Expand Down

0 comments on commit 4832662

Please sign in to comment.