Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Test1xxResponses (0.43 sec)

  1. src/net/http/httputil/reverseproxy_test.go

    	// When run with -race, this causes the condition in https://go.dev/issue/65123 often
    	// enough to detect reliably.
    	for _ = range rw.Header() {
    	}
    }
    
    func Test1xxResponses(t *testing.T) {
    	backend := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
    		h := w.Header()
    		h.Add("Link", "</style.css>; rel=preload; as=style")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 54.6K bytes
    - Viewed (0)
Back to top