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 bug where error sent by server via stream is silenced. It happens bc as soon as headers are returned the continuation gets resumed, and resuming continuation again in the case of stream error does nothing and error doesn't get bubbled up. This change sends error back up by closing stream with it. (#922)
0 commit comments