Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for dummyReq11 (0.13 sec)

  1. src/net/http/responsewrite_test.go

    				"abcdef",
    		},
    		// HTTP/1.1 response with unknown length and not setting connection: close
    		{
    			Response{
    				StatusCode:    200,
    				ProtoMajor:    1,
    				ProtoMinor:    1,
    				Request:       dummyReq11("GET"),
    				Header:        Header{},
    				Body:          io.NopCloser(strings.NewReader("abcdef")),
    				ContentLength: -1,
    				Close:         false,
    			},
    			"HTTP/1.1 200 OK\r\n" +
    				"Connection: close\r\n" +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 07 01:07:32 UTC 2022
    - 6.9K bytes
    - Viewed (0)
Back to top