Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testTransportGzipRecursive (0.26 sec)

  1. src/net/http/transport_test.go

    	}
    }
    
    // TestTransportGzipRecursive sends a gzip quine and checks that the
    // client gets the same value back. This is more cute than anything,
    // but checks that we don't recurse forever, and checks that
    // Content-Encoding is removed.
    func TestTransportGzipRecursive(t *testing.T) { run(t, testTransportGzipRecursive) }
    func testTransportGzipRecursive(t *testing.T, mode testMode) {
    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