netty5/codec-http2/src
Norman Maurer b0b02d51d2 Add deprecation to Http2StreamChannelBootstrap.open0(...) as it was marked as public by mistake (#9372)
Motivation:

Mark Http2StreamChannelBootstrap.open0(...) as deprecated as the user should not use it. It was marked as public by mistake.

Modifications:

Add deprecation warning.

Result:

User will be aware the method should not be used directly.
2019-07-16 13:09:28 +02:00
..
main Add deprecation to Http2StreamChannelBootstrap.open0(...) as it was marked as public by mistake (#9372) 2019-07-16 13:09:28 +02:00
test Allow to disable automatically sending PING acks. (#9338) 2019-07-12 18:15:26 +02:00