]> git.ipfire.org Git - pbs.git/commit
jobs: Send log files with decompressing them if client supports it
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 26 Jan 2025 12:20:38 +0000 (12:20 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 26 Jan 2025 12:21:59 +0000 (12:21 +0000)
commitbb621a2cab77a96d74a9e0d8ed7b2a2648fb2717
treec12ccad67d85587d483ccb71ad64677868b05715
parent132852da5f805f92531c2c550fafe7bda24ce238
jobs: Send log files with decompressing them if client supports it

If the browser supports gzip, we simply send the raw file as there is no
need to decompress it first and then have the reverse proxy compress it
again.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/buildservice/jobs.py
src/web/base.py
src/web/jobs.py