Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 31 of 31 for rulesv4 (0.07 sec)

  1. src/net/http/serve_test.go

    		{"HTTP/1.1", "Host: {\r\n", 400},
    		{"HTTP/1.1", "Host: }\r\n", 400},
    		{"HTTP/1.1", "Host: first\r\nHost: second\r\n", 400},
    
    		// HTTP/1.0 can lack a host header, but if present
    		// must play by the rules too:
    		{"HTTP/1.0", "", 200},
    		{"HTTP/1.0", "Host: first\r\nHost: second\r\n", 400},
    		{"HTTP/1.0", "Host: \xff\r\n", 400},
    
    		// Make an exception for HTTP upgrade requests:
    		{"PRI * HTTP/2.0", "", 200},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
Back to top