Fix and clarify redirect HTTP logic
All threads resolved!
All threads resolved!
Compare changes
Files
4- Stan Hu authored
redirect-http seemed to suggest the Pages daemon would redirect from HTTPS to HTTP, but it seems that the opposite was implied. Fixes issue manifested by https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1348
+ 46
− 9
@@ -24,6 +24,11 @@ var listeners = []ListenSpec{
@@ -38,16 +43,15 @@ func skipUnlessEnabled(t *testing.T) {
@@ -59,13 +63,46 @@ func TestKnownHostReturns200(t *testing.T) {