logger
logger copied to clipboard
Investigate case of empty chunk
In #80, I noticed that when logging a long message, in toBufIOWith
there comes around a Done
with len == 0
as the first thing before the real data comes.
This issue is about investigating whether this is a bug, or whether it's expected, or whether it could be optimised away.
I don't correctly understand what you are trying to say. Are there any cases where real data comes after Done
?