Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix flushing of transparently compressed gzip output
this is a problem for connections like SSE, that only send data on events. those events would stay in the gzip buffer until lots more data was written. bug because of automatically typing "if err != nil"... found while testing the maildir/mbox web-based import while working on message threading support. the import gets progress SSE events that were now hanging.
- Loading branch information