HTTP/2.0 automatic upgrade

Hi,
Because of the way http2 works there is no way for the server to return us an http2 response if we have sent http1 and we to be okay with it.
What you are seeing is a bug in reporting what protocol we are using. This actually turned out to be documented in the function we are using … and my quick look at this shows me this won’t be easily fixable, but I opened an issue.
So you are definitely getting http2 connections - that is not the problem :slight_smile:
About http2-prior-knowledge - this is used with http2 cleartext (h2c) and have no effect when used with https. Which is to be expected the whole negotiation happens before the first request is send at the making of the connection. I am not really certain if this is supported by anyone in that condition at all. Also we currently don’t support h2c as was discussed here previously. I am not certain how it would work otherwise but will be taken into consideration :wink: