netty5/handler
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 ALPN java implementation 2014-08-30 13:41:07 -04:00