Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ignoreSomeReadErrors (0.22 sec)

  1. src/net/net_windows_test.go

    // handles broken connections. It verifies that broken connections do
    // not affect future connections.
    func TestAcceptIgnoreSomeErrors(t *testing.T) {
    	recv := func(ln Listener, ignoreSomeReadErrors bool) (string, error) {
    		c, err := ln.Accept()
    		if err != nil {
    			// Display windows errno in error message.
    			errno, ok := toErrno(err)
    			if !ok {
    				return "", err
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 16.3K bytes
    - Viewed (0)
Back to top