When I make HTTP/2 requests this error is thrown internally every time: ``` System.Net.Http.Http2Connection.Http2ProtocolException: 'Http2 Protocol Error, errorCode = ProtocolError' at System.Net.Http.Http2Connection.Http2Stream.OnResponseHeader(ReadOnlySpan`1 name, ReadOnlySpan`1 value) ``` 