netty5/transport-native-epoll
Ran 4a5bff2d42 Initialize dynamicMethods before use (#9618)
Motivation:

There is a goto statement above the current position of initialize dynamicMethods, and dynamicMethods is used after the goto which might cause undefined behavior.

Modifications:

Initialize dynamicMehtods at the top.

Result:

No more undefined behavior.
2019-10-08 09:59:54 +02:00
..
src Initialize dynamicMethods before use (#9618) 2019-10-08 09:59:54 +02:00
pom.xml Fix broken pipe due to /usr/bin/ldd (#9606) 2019-09-26 22:26:45 +02:00
README.md Change the netty.io homepage scheme(http -> https) (#9344) 2019-07-09 21:10:14 +02:00

Native transport for Linux

See our wiki page.