Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2019-10-02 10:32:46 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2019-10-02 10:38:01 +0300
commit78c7e7be19993403054f8584fbc5b6c17885b20f (patch)
tree2d8dd67cf26cc288454688eb6ec419fd186d474e /internal/domain/domain.go
parentefe810fe6b3e36f8fe1fa297e02c5914ba0bce5a (diff)
Only log domain name as we no longer have location info
Diffstat (limited to 'internal/domain/domain.go')
-rw-r--r--internal/domain/domain.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/internal/domain/domain.go b/internal/domain/domain.go
index febb488f..f7eba5ca 100644
--- a/internal/domain/domain.go
+++ b/internal/domain/domain.go
@@ -40,9 +40,6 @@ func (d *Domain) isUnconfigured() bool {
}
func (d *Domain) resolve(r *http.Request) (*serving.LookupPath, string) {
- // TODO use lookupPaths to cache information about projects better, to
- // improve performance and resilience
-
lookupPath, subpath, _ := d.Resolver.Resolve(r)
// Current implementation does not return errors in any case