Actions
Feature #560
closedrequest body and response body inspection limits/sizes
Effort:
Difficulty:
Label:
Description
Both request body inspection and response body inspection happens in a streaming fashion. Currently, hardcoded limits are enforced:
32k before inspection start (or complete buffer if request/response is complete)
4k sliding window
Both options should be made configurable per libhtp: server instance.
Updated by Victor Julien about 12 years ago
- Target version changed from 1.4 to 1.4beta3
Updated by Victor Julien about 12 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
Addressed by:
commit 2763a61213f345ffe09c2a63a5a7a15573d0f275 Author: Victor Julien <victor@inliniac.net> Date: Wed Oct 17 18:15:37 2012 +0200 http: allow configuration of request and response body inspection limits. Issue #560.
Actions