Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestNoBodyOnChunked304Response (0.2 sec)

  1. src/net/http/transport_test.go

    	return
    }
    
    // Issue 22330: do not allow the response body to be read when the status code
    // forbids a response body.
    func TestNoBodyOnChunked304Response(t *testing.T) {
    	run(t, testNoBodyOnChunked304Response, []testMode{http1Mode})
    }
    func testNoBodyOnChunked304Response(t *testing.T, mode testMode) {
    	cst := newClientServerTest(t, mode, HandlerFunc(func(w ResponseWriter, r *Request) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
Back to top