netty5/codec-http2
Scott Mitchell e3925be907 HTTP/2 Unit Tests EventLoopGroup cleanup
Motivation:
The HTTP/2 unit tests are suffering from OOME on the master branch.
These unit tests allocating a large number of threads (~706 peak live) which may
be related to this memory pressure.

Modifications:
Each EventLoopGroup shutdown operation will have a `sync()` call.

Result:
Lower peek live thread count and less associated memory pressure.
2014-09-17 12:54:25 -04:00
..
src HTTP/2 Unit Tests EventLoopGroup cleanup 2014-09-17 12:54:25 -04:00
pom.xml HTTP/2 Data Decompression 2014-09-14 08:43:13 -04:00