Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for tolerated (0.09 sec)

  1. src/net/http/serve_test.go

    	}
    	if strings.Contains(got.String(), "Content-Type") {
    		t.Errorf("Unexpected Content-Type in response headers: %s", got.String())
    	}
    }
    
    // tolerate extra CRLF(s) before Request-Line on subsequent requests on a conn
    // Issue 10876.
    func TestTolerateCRLFBeforeRequestLine(t *testing.T) {
    	req := []byte("POST / HTTP/1.1\r\nHost: golang.org\r\nContent-Length: 3\r\n\r\nABC" +
    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