netty5/common/src/test/java/io/netty/util/internal
Andrey Mizurov f26840478a 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:50:43 +02:00
..
logging optimize some code (#9289) 2019-06-28 13:49:24 +02:00
AppendableCharSequenceTest.java Fix AppendableCharSequence.subSequence(...) where start == end. (#8798) 2019-01-30 09:46:13 +01:00
DefaultPriorityQueueTest.java remove unused import statement (#8792) 2019-01-28 16:50:15 +01:00
MacAddressUtilTest.java Do not prefer empty MAC address 2017-02-06 12:14:27 -08:00
NativeLibraryLoaderTest.java Fix compile error introduced by cherry-pick 6c4d6ae332 2019-03-05 09:26:44 +01:00
ObjectCleanerTest.java migrate java8: use lambda and method reference (#8781) 2019-01-29 14:06:05 +01:00
PlatformDependent0Test.java Eliminate noisy logging when using sun.misc.Unsafe and running on pre Java9 2017-05-16 08:29:06 +02:00
PlatformDependentTest.java migrate java8: use lambda and method reference (#8781) 2019-01-29 14:06:05 +01:00
StringUtilTest.java Fix HttpContentEncoder does not handle multiple Accept-Encoding (#9557) 2019-09-11 08:50:43 +02:00
SystemPropertyUtilTest.java When System property is empty use def value. 2017-11-23 19:45:37 +01:00
ThreadExecutorMapTest.java Allow to automatically trim the PoolThreadCache in a timely interval (#8941) 2019-03-22 11:17:40 +01:00
ThreadLocalRandomTest.java Java 8 migration. Remove ThreadLocalProvider and inline java.util.concurrent.ThreadLocalRandom.current() where necessary. (#8762) 2019-01-22 20:14:28 +01:00
TypeParameterMatcherTest.java Fix most inspector warnings 2014-07-02 19:55:07 +09:00