Alex8768765

Results 1 comments of Alex8768765

Apologies, I missed that the impacted piece of code was using Requests together with a 3rd party HTTP/2 adapter. ``` from hyper.contrib import HTTP20Adapter import requests s = requests.Session() s.mount("https://httpbin.org/get",...