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
This is a followup to #432. I think the issue was that end_stream
was getting called when the buffer was already empty, which would
put it in an incomplete state. Unfortunately that fix also left it
in an incomplete (but now working) state. This make sure it doesn't
get into that incomplete state and adds a failing test for that
case.
0 commit comments