netty5/handler/src
Norman Maurer 564e817cfb
Cleanup Conscrypt initialization (#10466)
Motivation:

How we init our static fields in Conscrypt was kind of error-prone and may even lead to NPE later on when methods were invoked out of order.

Modifications:

- Move all the init code to a static block
- Remove static field which is not needed anymore

Result:

Cleanup and also fixes https://github.com/netty/netty/issues/10413
2020-08-11 21:00:51 +02:00
..
main Cleanup Conscrypt initialization (#10466) 2020-08-11 21:00:51 +02:00
test Revert #10326 due regression in FlowControlHandler 2020-08-11 08:54:00 +02:00