netty5/codec-http/src/test
Norman Maurer 6667b590c4 HttpClientCodec need to keep request / response pairs in sync all the… (#9721)
Motivation:

At the moment we miss to poll the method queue when we see an Informational response code. This can lead to out-of-sync of request / response pairs when later try to compare these.

Modifications:

Always poll the queue correctly

Result:

Always compare the correct request / response pairs
2019-10-29 19:48:58 +01:00
..
java/io/netty/handler/codec HttpClientCodec need to keep request / response pairs in sync all the… (#9721) 2019-10-29 19:48:58 +01:00
resources Preserve the original filename when encoding a multipart/form in mixed mode. (#9270) 2019-06-24 10:40:39 +02:00