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 sending of very large headers. Previously when a single header was too big to fit in a single HEADERS frame, an error was returned. Now it is broken up and sent correctly.
Fix buffered data field to be a bigger integer size.
Refactor error format to include what initiated the error (remote, local, or user), if it was a stream or connection-level error, and any received debug data.