netty5/codec-http2
nmittler 276b826b59 Fixing concurrency issue with HTTP/2 test mocking
Motivation:

Some tests occasionally appear unstable, throwing a
org.mockito.exceptions.misusing.UnfinishedStubbingException. Mockito
stubbing does not work properly in multi-threaded environments, so any
stubbing has to be done before the threads are started.

Modifications:

Modified tests to perform any custom stubbing before the client/server
bootstrap logic executes.

Result:

HTTP/2 tests should be more stable.
2014-10-04 19:12:49 -07:00
..
src Fixing concurrency issue with HTTP/2 test mocking 2014-10-04 19:12:49 -07:00
pom.xml HTTP/2 Data Decompression 2014-09-14 08:43:13 -04:00