It looks like in certain (still unknown) configurations, the Http2Headers implementation that we wrap in our Netty 4.1.16 module isn't overriding the methods in AbstractHttp2Headers which throw UnsupportedOperationException
Specifically: .method() , .path(), .authority() and .contains()
To mitigate, a null check needs to be added in/around this code prior to de-referencing the wrapped Http2Headers.
Internal slack thread