Skip to content

Commit 3a8adda

Browse files
committed
Fix #1737
1 parent 8aa38ae commit 3a8adda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,8 @@ svr.set_idle_interval(0, 100000); // 100 milliseconds
417417
svr.set_payload_max_length(1024 * 1024 * 512); // 512MB
418418
```
419419

420+
NOTE: When the request body content type is 'www-form-urlencoded', the actual payload length shouldn't exceed `CPPHTTPLIB_FORM_URL_ENCODED_PAYLOAD_MAX_LENGTH`.
421+
420422
### Server-Sent Events
421423

422424
Please see [Server example](https://github.com/yhirose/cpp-httplib/blob/master/example/ssesvr.cc) and [Client example](https://github.com/yhirose/cpp-httplib/blob/master/example/ssecli.cc).

0 commit comments

Comments
 (0)