gitea/modules/hostmatcher
wxiaoguang a51efb4c2c
Support `hostname:port` to pass host matcher's check ()
hostmatcher: split the hostname from the `hostname:port` string, use the correct hostname to do the match.
..
hostmatcher.go Support `hostname:port` to pass host matcher's check ()
hostmatcher_test.go Support `hostname:port` to pass host matcher's check ()
http.go