Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestTransportExpect100Continue200ResponseNoConnClose (0.58 sec)

  1. src/net/http/transport_test.go

    	test.respond("HTTP/1.1 100 Continue")
    	test.wantBodySent()
    	test.respond("HTTP/1.1 200", "Content-Length: 0")
    	test.wantRequestDone(200)
    }
    
    func TestTransportExpect100Continue200ResponseNoConnClose(t *testing.T) {
    	test := newTransport100ContinueTest(t, 1*time.Hour)
    	// No 100 Continue response, no Connection: close header.
    	test.respond("HTTP/1.1 200", "Content-Length: 0")
    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