Skip to content

Commit 4adafd0

Browse files
committed
Added back RedirectWhenHttpProto
1 parent 951a0a1 commit 4adafd0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

proxy/ha_proxy.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,8 +441,6 @@ func (m *HaProxy) getSni(services *Services, config *configData) {
441441
for i, sd := range s.ServiceDest {
442442
if strings.EqualFold(sd.ReqMode, "http") {
443443
if !httpDone {
444-
// TODO: Remove that line once the problems with redirectWhenHttpProto are resolved
445-
s.RedirectWhenHttpProto = false
446444
config.ContentFrontend += getFrontTemplate(s)
447445
}
448446
httpDone = true

0 commit comments

Comments
 (0)