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
{{ message }}
This repository was archived by the owner on Apr 30, 2025. It is now read-only.
commit df8b95f
Author: Bryan Boreham <bryan@weave.works>
Date: Wed Jan 22 13:52:44 2020 +0000
Pass the correct flush reason to closeHead()
Pass the reason from `shouldFlushChunk()` to `closeHead()`;
sending `reasonImmediate` was a bug.
We don't need to check `len(chunks)` is non-zero, since that would
return `noFlush` from `shouldFlushSeries()`.
Signed-off-by: Bryan Boreham <bryan@weave.works>
commit 17c0c21
Author: Bryan Boreham <bryan@weave.works>
Date: Wed Jan 22 13:45:22 2020 +0000
Make sure we return noFlush on an empty series
Signed-off-by: Bryan Boreham <bryan@weave.works>
Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
0 commit comments