mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
enable content-length duplicate check at default discipline level
This commit is contained in:
@@ -4912,7 +4912,7 @@ parse_connection_headers (struct MHD_Connection *connection)
|
||||
size_t num_digits;
|
||||
|
||||
if (found &&
|
||||
(1 <= connection->daemon->client_discipline))
|
||||
(0 <= connection->daemon->client_discipline))
|
||||
{
|
||||
/* more than one header, bad */
|
||||
transmit_error_response_static (connection,
|
||||
|
||||
Reference in New Issue
Block a user