tempesta-tech / tempesta-test

Test suite for Tempesta FW
10 stars 4 forks source link

Inplement ability to chek that deproxy client finished to receive headers frames #528

Closed EvgeniiMekhanik closed 1 month ago

EvgeniiMekhanik commented 9 months ago

For some tests (for example stream priority tests) we need to send all headers frames without sending data frames, then update INITIAL_WINDOW_SIZE and start to send data frames. Currently we have no method, to wait until headers was ended, so we just add sleep in the test. We should implement such method in deproxy client.

EvgeniiMekhanik commented 1 month ago

This task is very important to test stream priority with TCP segmentation, because currently we should add a long sleep to be sure that all headers was received by deproxy client and we can open HTTP window and test stream priority.