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 was archived by the owner on Feb 18, 2026. It is now read-only.
There is too much redundancy between the HTTP1 and HTTP2 code, because the way the streams is layered under struct http.
One of the obscure results of this is the last
expectina02001.vtc.Fixing this is a bit of a chore, but if we do not, we'll have triplication once H3 hits.