netty5/codec-http2
Scott Mitchell 741ea7766c HTTP/2 Unit Tests Synchronized Collections
Motivation:
The HTTP/2 unit tests are collecting responses read events which are happening in a multithreaded environment.
These collections are currently not synchronized or thread safe and are resulting in verification failures.

Modifications:
-Modify unit tests that use collections to store results for verifiction to be thread safe

Result:
Tests should not fail because of syncrhonization issues while verifying expected results.
2014-09-29 16:17:57 -04:00
..
src HTTP/2 Unit Tests Synchronized Collections 2014-09-29 16:17:57 -04:00
pom.xml HTTP/2 Data Decompression 2014-09-14 08:43:13 -04:00