netty5/handler/src
Norman Maurer 358249e5c9
Allow to disable native transport and native ssl support via system property. (#7903)
Motivation:

Sometimes it's useful to disable native transports / native ssl to debug a problem. We should allow to do so with a system property so people not need to adjust code for this.

Modifications:

Add system properties which allow to disable native transport and native ssl.

Result:

Easier to disable native code usage without code changes.
2018-05-04 14:44:44 +02:00
..
main/java/io/netty/handler Allow to disable native transport and native ssl support via system property. (#7903) 2018-05-04 14:44:44 +02:00
test Skip NPN tests when libressl 2.6.1+ is used. 2018-03-22 08:30:49 +01:00