You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: