tempesta-tech / tempesta-test

Test suite for Tempesta FW
10 stars 4 forks source link

deproxy_h2: fixed receiving multiple DATA frames #333

Closed const-t closed 1 year ago

const-t commented 1 year ago

Just concatenate received body to local response body. Parsing of body will have no effect for HTTP2 frames. Content-Length also not required in HTTP2, therefore our standard logic can't be applied. Handling of TrailersReceived also incorrect, but it's not critical, now we don't have HTTP2 trailers in tempesta.

RomanBelozerov commented 1 year ago

I added big data processing. I tried to increase size of h2 window, but it didn't work. This fixes problem.