Skip to content

Commit e0a9990

Browse files
Start documenting 32-bit limits
1 parent 71ba7e7 commit e0a9990

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -963,6 +963,10 @@ Include `httplib.h` before `Windows.h` or include `Windows.h` by defining `WIN32
963963
> [!NOTE]
964964
> Windows 8 or lower, Visual Studio 2015 or lower, and Cygwin and MSYS2 including MinGW are neither supported nor tested.
965965
966+
### 32-bit Limitations
967+
968+
The maximum payload length, configured through `CPPHTTPLIB_PAYLOAD_MAX_LENGTH` or `set_payload_max_length()`, may be further restricted by other components, such as compressors/decompressors or the `std::string::max_size()` limit, particularly on 32-bit systems. Different limits may apply based on the API used.
969+
966970
License
967971
-------
968972

0 commit comments

Comments
 (0)