Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for buildHTTP3AltSvcHeader (0.36 sec)

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

    			},
    		}
    		out.TypedPerFilterConfig[util.StatefulSessionFilter] = protoconv.MessageToAny(perRouteStatefulSession)
    	}
    
    	if opts.IsHTTP3AltSvcHeaderNeeded {
    		http3AltSvcHeader := buildHTTP3AltSvcHeader(listenPort, util.ALPNHttp3OverQUIC)
    		if out.ResponseHeadersToAdd == nil {
    			out.ResponseHeadersToAdd = make([]*core.HeaderValueOption, 0)
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
Back to top