Skip to content

Commit 2b49514

Browse files
ivanmatmatioktalz
authored andcommitted
BUG: fixes ssl passthrough disable redirect
1 parent 99c41c5 commit 2b49514

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/route/route.go

-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ func AddHostPathRoute(route Route, mapFiles maps.Maps) error {
7171
return fmt.Errorf("empty SNI for backend %s,", route.BackendName)
7272
}
7373
mapFiles.MapAppend(SNI, route.Host+"\t\t\t"+value)
74-
return nil
7574
}
7675
// HTTP
7776
if route.Host != "" {

0 commit comments

Comments
 (0)