This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

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

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

author
Lewis
committer did:plc:wshs7t2adsemcrrd4snkeq… date (Mar 13, 2026, 12:38 PM UTC) commit f5f90dfc parent 16f25ff5 change-id pvmypswv
+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 != "" {