We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c41c5 commit 2b49514Copy full SHA for 2b49514
pkg/route/route.go
@@ -71,7 +71,6 @@ func AddHostPathRoute(route Route, mapFiles maps.Maps) error {
71
return fmt.Errorf("empty SNI for backend %s,", route.BackendName)
72
}
73
mapFiles.MapAppend(SNI, route.Host+"\t\t\t"+value)
74
- return nil
75
76
// HTTP
77
if route.Host != "" {
0 commit comments