Fix Content-Length mismatch on range requests (206 Partial Content)

This commit is contained in:
2026-02-06 16:14:35 +08:00
parent 77a46d0725
commit 54705ab9c4
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
from __future__ import annotations
APP_VERSION = "0.2.6"
APP_VERSION = "0.2.7"
def get_version() -> str: