Skip to content
This repository was archived by the owner on Aug 14, 2026. It is now read-only.
This repository was archived by the owner on Aug 14, 2026. It is now read-only.

In the case of packet loss, there can be a mismatch between the request and response of a transaction. #403

Description

@bingfengfeifei

For example, in a TCP session with HTTP request and response packets:

Request 1 => GET /test.js
Response 1 => Response for /test.js
Request 2 => POST /api/v1/test
Response 2 => Response for /api/v1/test

If there is packet loss, such as the loss of Response 1 and Request 2 packets, causing a packet gap, the libhtp may incorrectly combine Request 1 and Response 2 into a single transaction.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions