Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for HelloWorld (0.1 sec)

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

    		statPrefix:                cc.StatPrefix(),
    		isWaypoint:                true,
    		policySvc:                 svc,
    	}
    	// See https://github.com/grpc/grpc-web/tree/master/net/grpc/gateway/examples/helloworld#configure-the-proxy
    	if cc.port.Protocol.IsHTTP2() {
    		httpOpts.connectionManager.Http2ProtocolOptions = &core.Http2ProtocolOptions{}
    	}
    
    	if features.HTTP10 || enableHTTP10(lb.node.Metadata.HTTP10) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener_inbound.go

    		port:                      int(cc.port.TargetPort),
    		statPrefix:                cc.StatPrefix(),
    		hbone:                     cc.hbone,
    	}
    	// See https://github.com/grpc/grpc-web/tree/master/net/grpc/gateway/examples/helloworld#configure-the-proxy
    	if cc.port.Protocol.IsHTTP2() {
    		httpOpts.connectionManager.Http2ProtocolOptions = &core.Http2ProtocolOptions{}
    	}
    
    	if features.HTTP10 || enableHTTP10(lb.node.Metadata.HTTP10) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 35.1K bytes
    - Viewed (0)
Back to top