Project

General

Profile

Actions

Feature #560

closed

request body and response body inspection limits/sizes

Added by Victor Julien almost 12 years ago. Updated almost 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
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 #1

Updated by Victor Julien almost 12 years ago

  • Target version changed from 1.4 to 1.4beta3
Actions #2

Updated by Victor Julien almost 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

Also available in: Atom PDF