tempesta-tech / tempesta-test

Test suite for Tempesta FW
10 stars 4 forks source link

fix: deproxy-h2 does not receive 4xx response #356

Closed RomanBelozerov closed 1 year ago

RomanBelozerov commented 1 year ago

This was used in #265, and now pulled into separate PR.

handle_read() method is call 3-4 (or more) times for 2xx responses, but only 1 times for 4xx responses.