Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ID3 (0.03 sec)

  1. src/net/http/serve_test.go

    			body:            []byte("doctype html><p>Hello</p>"),
    		},
    		{
    			name:            "empty but set content-encoding",
    			contentEncoding: "",
    			wantContentType: "audio/mpeg",
    			body:            []byte("ID3"),
    		},
    	}
    
    	for _, tt := range settings {
    		t.Run(tt.name, func(t *testing.T) {
    			cst := newClientServerTest(t, mode, HandlerFunc(func(rw ResponseWriter, r *Request) {
    				if tt.contentEncoding != nil {
    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