for http2 request, it's not working. for example: ``` curl --http1.1 https://example.com # works curl https://example.com # default http2 not working ```