Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for meaningful (0.21 sec)

  1. src/net/http/h2_bundle.go

    		}
    	}
    	for k := range opts.Header {
    		if strings.HasPrefix(k, ":") {
    			return fmt.Errorf("promised request headers cannot include pseudo header %q", k)
    		}
    		// These headers are meaningful only if the request has a body,
    		// but PUSH_PROMISE requests cannot have a body.
    		// http://tools.ietf.org/html/rfc7540#section-8.2
    		// Also disallow Host, since the promised URL must be absolute.
    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