tempesta-tech / tempesta-test

Test suite for Tempesta FW
10 stars 4 forks source link

add disabling request parsing for deproxy client and h2 deproxy client #321

Closed RomanBelozerov closed 1 year ago

RomanBelozerov commented 1 year ago

Sometimes tests require sending invalid requests. For example: tests of wrong length.

PUT / HTTP/1.1
Host: localhost
Content-Length: 33, 33
Content-type: text/plain

We need to disable parsing or change the wait for such requests.