tempesta-tech / tempesta-test

Test suite for Tempesta FW
10 stars 4 forks source link

Fix flow control in deproxy client #502

Closed EvgeniiMekhanik closed 10 months ago

EvgeniiMekhanik commented 11 months ago

We can receive several data events and one of it contains end_of_stream flag. We should not increment flow control window for stream in this case because stream is already closed.