Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for doSendRequestsOrFail (0.22 sec)

  1. tests/integration/security/sds_ingress/util/util.go

    	callType CallType, tlsCtx TLSContext, exRsp ExpectedResponse,
    ) {
    	doSendRequestsOrFail(ctx, ing, host, path, callType, tlsCtx, exRsp, false /* useHTTP3 */)
    }
    
    func SendQUICRequestsOrFail(ctx framework.TestContext, ing ingress.Instance, host string, path string,
    	callType CallType, tlsCtx TLSContext, exRsp ExpectedResponse,
    ) {
    	doSendRequestsOrFail(ctx, ing, host, path, callType, tlsCtx, exRsp, true /* useHTTP3 */)
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 25 05:12:36 UTC 2023
    - 20.2K bytes
    - Viewed (0)
Back to top