Check how Tempesta FW handle correct pipelined responses.
Check how Tempesta FW handle mix of correct and incorrect pipelined responses (also with health monitor incorrect response).
For this purpose we should rework deproxy server. We should have ability to pass count of pipelinedresponses to it's constructor (for example). Then deproxy should not send any response until request count became equal to pipelined. Then
deproxy server should send it same as deproxy client send pipelined requests.
For this purpose we should rework deproxy server. We should have ability to pass count of
pipelined
responses to it's constructor (for example). Then deproxy should not send any response until request count became equal topipelined
. Then deproxy server should send it same as deproxy client send pipelined requests.