Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for http2asciiEqualFold (0.46 sec)

  1. src/net/http/h2_bundle.go

    		// Also disallow Host, since the promised URL must be absolute.
    		if http2asciiEqualFold(k, "content-length") ||
    			http2asciiEqualFold(k, "content-encoding") ||
    			http2asciiEqualFold(k, "trailer") ||
    			http2asciiEqualFold(k, "te") ||
    			http2asciiEqualFold(k, "expect") ||
    			http2asciiEqualFold(k, "host") {
    			return fmt.Errorf("promised request headers cannot include %q", k)
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top