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.
Actions