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
Currently on error we remove listeners from RequestHeaderParser and emit it. The problem is, that we continue to feed the parser with new chunks of data in Server class. Is this intended behavior?