netty5/common/src/test/java/io/netty/util
Andrey Mizurov bcb0d02248 Fix HttpContentEncoder does not handle multiple Accept-Encoding (#9557)
Motivation:
At the current moment HttpContentEncoder handle only first value of multiple accept-encoding headers.

Modification:

Join multiple accept-encoding headers to one separated by comma.

Result:

Fixes #9553
2019-09-11 08:46:06 +02:00
..
concurrent Avoid CancellationException construction in DefaultPromise (#9534) 2019-09-05 11:07:24 +02:00
internal Fix HttpContentEncoder does not handle multiple Accept-Encoding (#9557) 2019-09-11 08:46:06 +02:00
AbstractReferenceCountedTest.java Harden ref-counting concurrency semantics (#8583) 2018-11-29 08:32:32 +01:00
AsciiStringCharacterTest.java AsciiString contentEqualsIgnoreCase fails when arrayOffset is non-zero (#9477) 2019-08-17 09:56:39 +02:00
AsciiStringMemoryTest.java HttpConversionUtil does not account for COOKIE compression 2015-12-08 20:00:31 -08:00
AttributeKeyTest.java Allow to get existing ChannelOption / AttributeKey from String 2015-02-18 09:29:37 +01:00
ConstantPoolTest.java Replace toArray(new T[size]) with toArray(new T[0]) to eliminate zero-out and allow the VM to optimize. (#8075) 2018-06-29 07:56:04 +02:00
DefaultAttributeMapTest.java Fix misordered 'assertEquals' arguments in tests 2017-03-08 22:48:37 -08:00
DomainNameMappingTest.java Replace DomainMappingBuilder with DomainNameMappingBuilder 2016-05-18 12:03:14 +02:00
HashedWheelTimerTest.java HashedWheelTimer.newTimeout(...) may overflow 2018-03-03 15:00:47 -08:00
NettyRuntimeTests.java Make methods 'static' where it possible 2017-10-21 14:59:26 +02:00
NetUtilTest.java Move methods for decode hex dump into StringUtil 2017-06-23 18:52:42 +02:00
RecyclerTest.java Recycler will produce npe error when multiple recycled at different thread 2018-08-27 08:58:40 +02:00
ResourceLeakDetectorTest.java fix the typos 2017-04-20 04:56:09 +02:00
ThreadDeathWatcherTest.java Non-sticky thread groups in DefaultThreadFactory 2016-07-14 22:06:40 +02:00