netty5/transport-native-kqueue
Norman Maurer 5bb535e78a Only create ConnectTimeoutException if really needed (#10595)
Motivation:

Creating exceptions is expensive so we should only do so if really needed.

Modifications:

Only create the ConnectTimeoutException if we really need it.

Result:

Less overhead
2020-09-21 21:40:25 +02:00
..
src Only create ConnectTimeoutException if really needed (#10595) 2020-09-21 21:40:25 +02:00
pom.xml Include c source files in source jar (#9497) 2019-08-23 09:33:31 +02:00