logger icon indicating copy to clipboard operation
logger copied to clipboard

Investigate case of empty chunk

Open nh2 opened this issue 8 years ago • 1 comments

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.

nh2 avatar Apr 05 '16 09:04 nh2