0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-11 10:34:59 +01:00
gitea/modules/context
zeripath 47fd156936
Use route rather than use thus reducing the number of stack frames (#15301)
Since the move to Chi the number of stack frames has proliferated somewhat catastrophically and we're up to 96 frames with multiple tests of the url outside of a trie which is inefficient.

This PR reduces the number of stack frames by 6 through careful use of Route, moves Captcha into its own router so that it only fires on Captcha routes, similarly for avatars and repo-avatars.

The robots.txt, / and apple-touch-icon.png are moved out of requiring Contexter.

It moves access logger higher in the stack frame because there is no reason why it can't be higher.

Extract from #15186
Contains #15292
2021-05-04 22:48:31 +01:00
..
access_log.go
api_org.go
api_test.go
api.go
auth.go
captcha.go
context.go Use route rather than use thus reducing the number of stack frames (#15301) 2021-05-04 22:48:31 +01:00
csrf.go
form.go
org.go
pagination.go
permission.go
private.go
repo.go
response.go
secret.go
xsrf_test.go
xsrf.go