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
Have opened a PR (#3143) to abort requests upon GOAWAY frame, so not it fully reflects the intention of the frame.
Tho, is important to remark that once this frame is received, the sessions get unusable, so still recommended to re-initiate the connection once more after receiving the frame.
Bug Description
Making a request after getting a 'GOAWAY' frame hangs without returning anything, not even an error. But, request after the hangup works fine.
Reproducible By
Expected Behavior
It should re-create the connection or at least throw an error.
Logs & Screenshots
Environment
[email protected]
Node v20.12.0
The text was updated successfully, but these errors were encountered: