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#write has two issues
- the returned promise/future is not completed by the delegate write
- the event SEND_BUFFERED_MESSAGES_EVENT can end the http request before all chunks have been written
Changes:
- return the actual future of the delegate write operation
- delay SEND_BUFFERED_MESSAGES_EVENT when the last chunk has been written
0 commit comments