= httpx: make sure headers are always written on `finish` in `GzipCompressor` by ataraxer · Pull Request #1090 · spray/spray

I've encountered a problem with empty chunked responses being corrupted if encodeResponse is used (directly or via another route). The problem is caused by gzip headers not being flushed by GzipCom...