Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 27 of 27 for gStates (0.15 sec)

  1. src/net/http/transport_test.go

    	pw.Close()
    	<-quitReadCh
    
    	req.Body = save
    }
    
    // Issue 37669
    // Test that a cancellation doesn't result in a data race due to the writeLoop
    // goroutine being left running, if the caller mutates the processed Request
    // upon completion.
    func TestErrorWriteLoopRace(t *testing.T) {
    	if testing.Short() {
    		return
    	}
    	t.Parallel()
    	for i := 0; i < 1000; i++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  2. cmd/bucket-replication.go

    // is specified) enabled.
    // Similar to bucket replication for PUT operation, soft delete (a.k.a setting delete marker) and
    // permanent deletes (by specifying a version ID in the delete operation) have three states "Pending", "Complete"
    // and "Failed" to mark the status of the replication of "DELETE" operation. All failed operations can
    // then be retried by healing. In the case of permanent deletes, until the replication is completed on the
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 06:56:12 UTC 2024
    - 114.4K bytes
    - Viewed (0)
  3. src/net/http/server.go

    		contentLength: -1,
    		closeNotifyCh: make(chan bool, 1),
    
    		// We populate these ahead of time so we're not
    		// reading from req.Header after their Handler starts
    		// and maybe mutates it (Issue 14940)
    		wants10KeepAlive: req.wantsHttp10KeepAlive(),
    		wantsClose:       req.wantsClose(),
    	}
    	if isH2Upgrade {
    		w.closeAfterReply = true
    	}
    	w.cw.res = w
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1beta3_openapi.json

            "description": "FlowSchemaStatus represents the current state of a FlowSchema.",
            "properties": {
              "conditions": {
                "description": "`conditions` is a list of the current states of FlowSchema.",
                "items": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/io.k8s.api.flowcontrol.v1beta3.FlowSchemaCondition"
                    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 232.7K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1_openapi.json

            "description": "FlowSchemaStatus represents the current state of a FlowSchema.",
            "properties": {
              "conditions": {
                "description": "`conditions` is a list of the current states of FlowSchema.",
                "items": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/io.k8s.api.flowcontrol.v1.FlowSchemaCondition"
                    }
                  ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 231.7K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/x86/asm6.go

    //	        {Yrl, Ynone, Yml, Zr_m, 1},
    //	        {Yml, Ynone, Yrl, Zm_r, 1},
    //	}
    //
    // so there are 5 possible types of ADDL instruction that can be laid down, and
    // possible states used to lay them down (Ztype and z pointer, assuming z
    // points at opBytes{0x83, 00, 0x05,0x81, 00, 0x01, 0x03}) are:
    //
    //	Yi8, Yml -> Zibo_m, z (0x83, 00)
    //	Yi32, Yax -> Zil_, z+2 (0x05)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  7. doc/go1.17_spec.html

    An implementation may require that all source files for a package inhabit the same directory.
    </p>
    
    <h3 id="Import_declarations">Import declarations</h3>
    
    <p>
    An import declaration states that the source file containing the declaration
    depends on functionality of the <i>imported</i> package
    (<a href="#Program_initialization_and_execution">§Program initialization and execution</a>)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
Back to top