mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-08 06:03:12 +02:00
Limit request body to 4k by default.
This commit is contained in:
@@ -1729,6 +1729,7 @@ struct WebRequest {
|
||||
long long content_length; /**< "Content-Length" as sent by the client */
|
||||
long long chunk_remaining;
|
||||
TransferEncoding transfer_encoding;
|
||||
long long config_max_request_buffer_size; /**< CONFIG: Maximum request length allowed */
|
||||
};
|
||||
|
||||
typedef struct WebServer WebServer;
|
||||
|
||||
Reference in New Issue
Block a user