]> source.dussan.org Git - gitea.git/commit
Move FCGI req.URL.Path fix-up to the FCGI listener (#15292)
authorzeripath <art27@cantab.net>
Fri, 9 Apr 2021 13:17:57 +0000 (14:17 +0100)
committerGitHub <noreply@github.com>
Fri, 9 Apr 2021 13:17:57 +0000 (21:17 +0800)
commit9d2c251214ad49a438fff14cc6ce55477cb22414
treeacf49147021735739693842a20ae913ffb77ce03
parent99f835b9cab8da9a14688d88228057518ca1f669
Move FCGI req.URL.Path fix-up to the FCGI listener (#15292)

Simplify the web.go FCGI path by moving the req.URL.Path fix-up to listener

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: 6543 <6543@obermui.de>
cmd/web_graceful.go
routers/routes/web.go