Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for UseGatewaySemantics (0.19 sec)

  1. pilot/pkg/networking/core/listener_waypoint.go

    		out.ResponseHeadersToRemove = operations.ResponseHeadersToRemove
    		authority = operations.Authority
    	}
    
    	if in.Redirect != nil {
    		istio_route.ApplyRedirect(out, in.Redirect, listenPort, false, model.UseGatewaySemantics(virtualService))
    	} else if in.DirectResponse != nil {
    		istio_route.ApplyDirectResponse(out, in.DirectResponse)
    	} else {
    		lb.routeDestination(out, in, authority, listenPort)
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 27.6K bytes
    - Viewed (0)
Back to top