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
Motivation:
Http2UpgradeClientConnection might emit the event SEND_BUFFERED_MESSAGES_EVENT and end the http request before all chunks have been written
Changes:
Delay SEND_BUFFERED_MESSAGES_EVENT when the last chunk has been written
0 commit comments