Skip to content

Commit 266d017

Browse files
Start documenting 32-bit limits
1 parent ee0bee3 commit 266d017

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
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 the `std::string::max_size()` limit, compressors/decompressors, or file request handling (where files larger than 4GB are not supported and may be truncated). Different limits may apply based on the API used.
969+
966970
License
967971
-------
968972

0 commit comments

Comments
 (0)