]> source.dussan.org Git - gitea.git/commit
Fix http path bug (#16117)
authorLunny Xiao <xiaolunwen@gmail.com>
Wed, 9 Jun 2021 12:53:12 +0000 (20:53 +0800)
committerGitHub <noreply@github.com>
Wed, 9 Jun 2021 12:53:12 +0000 (14:53 +0200)
commitda057996d584c633524406d69b424cbc3d4473eb
treed8c575f20eca8aec63ee2455458dbdeae76cad2a
parent1bfb0a24d843e10d6d95c4319a84980485e584ed
Fix http path bug (#16117)

* Fix http path bug

* Add missed request

* add tests

Co-authored-by: 6543 <6543@obermui.de>
integrations/git_smart_http_test.go [new file with mode: 0644]
routers/web/repo/http.go
routers/web/repo/http_test.go [new file with mode: 0644]