]> source.dussan.org Git - gitea.git/commit
Fix bug in Wrap (#15302)
authorzeripath <art27@cantab.net>
Tue, 6 Apr 2021 15:40:56 +0000 (16:40 +0100)
committerGitHub <noreply@github.com>
Tue, 6 Apr 2021 15:40:56 +0000 (17:40 +0200)
commitb101fa83a6d75922d079e2b7e0437a123a90bb62
treea071d2c8afb261ca7a28164a330263972f0aec62
parent5f18404045f1979fab34583277ad2a1bfab81ed9
Fix bug in Wrap (#15302)

Whilst doing other work I have noticed that there is an issue with Wrap when passing an
http.Handler - the next should be the next handler in line not empty.

Signed-off-by: Andrew Thornton <art27@cantab.net>
modules/web/route.go