]> source.dussan.org Git - gitea.git/commit
Move FCGI req.URL.Path fix-up to the FCGI listener (#15292) (#15361)
authorzeripath <art27@cantab.net>
Fri, 9 Apr 2021 16:45:02 +0000 (17:45 +0100)
committerGitHub <noreply@github.com>
Fri, 9 Apr 2021 16:45:02 +0000 (17:45 +0100)
commit24ebc7e5178ef0cccbc5e71db794ae51a7051903
tree0c6fb5e6b99f63a1797c5d3c3b063ebc6fc38eb3
parentb07290798796f4b254c23d38d52cb7fc58c3f8d6
Move FCGI req.URL.Path fix-up to the FCGI listener (#15292) (#15361)

Backport #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>
cmd/web_graceful.go
routers/routes/web.go