mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-14 16:58:30 +00:00
parent
929dfbd348
commit
d69f144a99
1 changed files with 1 additions and 1 deletions
|
@ -4457,7 +4457,7 @@ bool read_content(Stream &strm, T &x, size_t payload_max_length, int &status,
|
|||
} else {
|
||||
auto is_invalid_value = false;
|
||||
auto len = get_header_value_u64(x.headers, "Content-Length",
|
||||
std::numeric_limits<uint64_t>::max(),
|
||||
(std::numeric_limits<uint64_t>::max)(),
|
||||
0, is_invalid_value);
|
||||
|
||||
if (is_invalid_value) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue