Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 852 for haninge (0.17 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/filters/maxinflight_test.go

    			}))
    		}
    		handler.ServeHTTP(w, r)
    	})
    }
    
    // Tests that MaxInFlightLimit works, i.e.
    //   - "long" requests such as proxy or watch, identified by regexp are not accounted despite
    //     hanging for the long time,
    //   - "short" requests are correctly accounted, i.e. there can be only size of channel passed to the
    //     constructor in flight at any given moment,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 26 17:14:05 UTC 2022
    - 10.2K bytes
    - Viewed (0)
  2. doc/next/6-stdlib/99-minor/os/33357.md

    The [Stat] function now sets the [ModeSocket] bit for
    files that are Unix sockets on Windows. These files are identified
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 20:57:18 UTC 2024
    - 178 bytes
    - Viewed (0)
  3. releasenotes/notes/25832.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: security
    issue:
      - 25832
    
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 11 23:04:11 UTC 2022
    - 236 bytes
    - Viewed (0)
  4. releasenotes/notes/45549.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: security
    issue:
    - 45546
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 21 04:02:10 UTC 2023
    - 204 bytes
    - Viewed (0)
  5. src/internal/testenv/testenv_notunix.go

    // license that can be found in the LICENSE file.
    
    //go:build windows || plan9 || (js && wasm) || wasip1
    
    package testenv
    
    import (
    	"errors"
    	"io/fs"
    	"os"
    )
    
    // Sigquit is the signal to send to kill a hanging subprocess.
    // On Unix we send SIGQUIT, but on non-Unix we only have os.Kill.
    var Sigquit = os.Kill
    
    func syscallIsNotSupported(err error) bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 02 05:22:00 UTC 2023
    - 550 bytes
    - Viewed (0)
  6. src/crypto/internal/boring/bcache/stub.s

    // Copyright 2022 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // This file is here to silence an error about registerCache not having a body.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 27 11:50:31 UTC 2022
    - 286 bytes
    - Viewed (0)
  7. src/internal/testenv/testenv_unix.go

    // license that can be found in the LICENSE file.
    
    //go:build unix
    
    package testenv
    
    import (
    	"errors"
    	"io/fs"
    	"syscall"
    )
    
    // Sigquit is the signal to send to kill a hanging subprocess.
    // Send SIGQUIT to get a stack trace.
    var Sigquit = syscall.SIGQUIT
    
    func syscallIsNotSupported(err error) bool {
    	if err == nil {
    		return false
    	}
    
    	var errno syscall.Errno
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 16 17:44:01 UTC 2023
    - 994 bytes
    - Viewed (0)
  8. releasenotes/notes/fix-stackdriver-install.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 02:38:06 UTC 2023
    - 209 bytes
    - Viewed (0)
  9. subprojects/core/src/integTest/groovy/org/gradle/caching/internal/packaging/BuildCacheEntryPackingIntegrationTest.groovy

            "ISO-8859-1",
            "windows-1250",
        ]
    
        @Issue("https://github.com/gradle/gradle/issues/9877")
        @ToBeFixedForConfigurationCache(skip =  INVESTIGATE)
        def "can store and load files having non-ascii characters in file name when default file encoding is set to #fileEncoding"() {
            def fileName = NON_ASCII_NAME + ".txt"
            def outputFile = file("dir", fileName)
    
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  10. releasenotes/notes/49476.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    issues:
    - 49476
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Feb 24 00:44:31 UTC 2024
    - 219 bytes
    - Viewed (0)
Back to top