Monorepo for Tangled tangled.org

appview: two small cleanups #1154

merged opened by oyster.cafe targeting master from lt/appview-two-small-cleans
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:3fwecdnvtcscjnrx2p4n7alz/sh.tangled.repo.pull/3mgwuwit67y22
+1 -1
Diff #0
-1
appview/pages/templates/repo/blob.html
··· 121 121 </div> 122 122 {{ end }} 123 123 {{ template "fragments/multiline-select" }} 124 - {{ template "fragments/line-quote-button" }} 125 124 <script> 126 125 (() => { 127 126 const abortController = new AbortController();
+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 != "" {

History

2 rounds 0 comments
sign up or login to add to the discussion
1 commit
expand
appview/repo: add defer of closing body just in case
1/3 failed, 2/3 success
expand
expand 0 comments
pull request successfully merged
oyster.cafe submitted #0
1 commit
expand
appview: two small cleanups
3/3 success
expand
expand 0 comments