vm-bench/frontend
Claus Lohmar adfb68fe6b fix: move HEAD request out of critical path — non-blocking background thread
The 10s HEAD request for Content-Length blocked the download endpoint
response. nginx proxy in front (bench.srv2.sechpoint.app:443 → :5000)
timed out waiting, returned empty response → 'data is null' JS error.

Now wget starts immediately, response returns instantly, and HEAD
runs in a daemon thread to populate content_length for ETA later.
2026-07-22 12:16:45 +00:00
..
static chore: initial commit — vm-bench frontend + backend 2026-07-21 14:53:29 +00:00
templates fix: restore missing progress bar width update in setPhase + cleanup debug logs 2026-07-22 11:49:08 +00:00
api_client.py fix: bump analyze timeout to 300s for 87 GB+ disk images 2026-07-21 18:26:57 +00:00
app.py fix: move HEAD request out of critical path — non-blocking background thread 2026-07-22 12:16:45 +00:00
install.sh feat: SCP Pull page for large files from remote servers 2026-07-22 05:52:01 +00:00
requirements.txt chore: initial commit — vm-bench frontend + backend 2026-07-21 14:53:29 +00:00
vm-bench.service fix: add /usr/sbin to PATH in service files (qm, virt-resize, etc.) 2026-07-21 19:24:13 +00:00