mox/http
Mechiel Lukkien b754b5f9ac
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.
2023-09-12 21:22:08 +02:00
..
atime.go implement transparent gzip compression in the webserver 2023-08-21 21:52:35 +02:00
atime_bsd.go implement transparent gzip compression in the webserver 2023-08-21 21:52:35 +02:00
autoconf.go make it easier to run with existing webserver 2023-03-04 00:49:02 +01:00
autoconf_test.go mox! 2023-01-30 14:27:06 +01:00
gzcache.go fix a spello, and reword so misspell doesn't complain about it 2023-08-23 14:59:43 +02:00
mtasts.go add basic webserver that can do most of what i need 2023-02-28 22:19:24 +01:00
mtasts_test.go mox! 2023-01-30 14:27:06 +01:00
web.go fix flushing of transparently compressed gzip output 2023-09-12 21:22:08 +02:00
web_test.go unbreak the subcommands that talk to the mox instance of the ctl socket 2023-06-16 13:27:27 +02:00
webserver.go implement transparent gzip compression in the webserver 2023-08-21 21:52:35 +02:00
webserver_test.go implement transparent gzip compression in the webserver 2023-08-21 21:52:35 +02:00