netty: support `status()` on Headers
* netty: support `status()` on Headers Recent Netty change https://github.com/netty/netty/commit/a91df58ca17d5b30c57c46dde5b1d60bb659b029 caused the `status()` method to be invoked, which AbstractHttp2Headers does not implement. This change is necesary to upgrade to Netty 4.1.14
Loading
Please sign in to comment