Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for expectKind (0.29 sec)

  1. src/net/http/h2_bundle.go

    		// type PROTOCOL_ERROR.
    		countError("frame_settings_has_stream")
    		return nil, http2ConnectionError(http2ErrCodeProtocol)
    	}
    	if len(p)%6 != 0 {
    		countError("frame_settings_mod_6")
    		// Expecting even number of 6 byte settings.
    		return nil, http2ConnectionError(http2ErrCodeFrameSize)
    	}
    	f := &http2SettingsFrame{http2FrameHeader: fh, p: p}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.6.md

    * Added support to minimize sending verbose node information to scheduler extender by sending only node names and expecting extenders to cache the rest of the node information ([#41119](https://github.com/kubernetes/kubernetes/pull/41119), [@sarat-k](https://github.com/sarat-k))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
  3. ChangeLog.md

    - [`KT-64062`](https://youtrack.jetbrains.com/issue/KT-64062) K2 IDE. NPE on typing nullable parameter in return
    - [`KT-61427`](https://youtrack.jetbrains.com/issue/KT-61427) K2/MPP/JS does not report Expecting a top level declaration and FIR2IR crashes
    - [`KT-64031`](https://youtrack.jetbrains.com/issue/KT-64031) K2: Revise naming in FirBuilderInferenceSession
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
Back to top