Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isAnonymousUser (0.1 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/filters/authentication.go

    		// connections open (i.e. basically degrade them to the
    		// performance of http1 with keep-alive disabled).
    		if utilfeature.DefaultFeatureGate.Enabled(genericfeatures.UnauthenticatedHTTP2DOSMitigation) && req.ProtoMajor == 2 && isAnonymousUser(resp.User) {
    			// limit this connection to just this request,
    			// and then send a GOAWAY and tear down the TCP connection
    			// https://github.com/golang/net/commit/97aa3a539ec716117a9d15a4659a911f50d13c3c
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 12 20:54:07 UTC 2023
    - 6.4K bytes
    - Viewed (0)
Back to top