You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.
It's also going to require some substantial rearchitecting, because the HTTP/2 protocol requires that you always have a background task processing every socket, regardless of whether the program is trying to work on it. This will require substantially expanding the backend logic. (Right now our backend interface doesn't provide a way to run background tasks at all!) And unfortunately I'm pretty sure the h22 branch just ignores this problem, so it's probably not very useful as a reference.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Having support for htttp2 would be nice, but that's not a priority right now, we can use reuests-core's h22 branch as a reference.
The text was updated successfully, but these errors were encountered: