v0.3.1
- Fixes bug with null bytes within streams (#26)
I was seeing rather inexplicable behavior in a production application where null bytes were being added to the beginning of streamed lines. I was able to debug and observe that the StringIO buffer would accumulate \u0000 bytes, but I have no idea why. In any case, initializing a new StringIO instead of truncating seems to fix the issue.