Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for closenotify (0.11 sec)

  1. src/net/http/httputil/reverseproxy.go

    		// CloseNotifier predates context.Context, and has been
    		// entirely superseded by it. If the request contains
    		// a Context that carries a cancellation signal, don't
    		// bother spinning up a goroutine to watch the CloseNotify
    		// channel (if any).
    		//
    		// If the request Context has a nil Done channel (which
    		// means it is either context.Background, or a custom
    		// Context implementation with no cancellation signal),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 27 23:37:42 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  2. src/crypto/tls/conn_test.go

    	if recordSizes == nil {
    		t.Fatalf("Client encountered an error")
    	}
    
    	// Drop the size of the second to last record, which is likely to be
    	// truncated, and the last record, which is a close_notify alert.
    	recordSizes = recordSizes[:len(recordSizes)-2]
    
    	// recordSizes should contain a series of records smaller than
    	// tcpMSSEstimate followed by some larger than maxPlaintext.
    	seenLargeRecord := false
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 21:35:01 UTC 2023
    - 10.5K bytes
    - Viewed (0)
Back to top