A vibe coded tangled fork which supports pijul.

appview/repo: add defer of closing body just in case

Signed-off-by: Lewis <lewis@tangled.org>

authored by

Lewis and committed by tangled.org f5f90dfc 16f25ff5

+1
+1
appview/repo/archive.go
··· 52 52 rp.pages.Error503(w) 53 53 return 54 54 } 55 + defer resp.Body.Close() 55 56 56 57 // pass through headers from upstream response 57 58 if contentDisposition := resp.Header.Get("Content-Disposition"); contentDisposition != "" {