741ea7766c
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. |
||
---|---|---|
.. | ||
src | ||
pom.xml |