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
Fix major oversight - the HPACK table is associated with connection
Previous implementation associated the dynamic header table with
streams, so it would appear to work for one request, but then fail
confusingly for subsequent ones on the same connection