- Sort Score
- Result 10 results
- Languages All
Results 21 - 24 of 24 for RoundTrip (0.06 sec)
-
cmd/object-api-utils_test.go
var decBuf bytes.Buffer decRdr := s2.NewReader(&rdrBuf) _, err = io.Copy(&decBuf, decRdr) if err != nil { t.Fatal(err) } if !bytes.Equal(tt.data, decBuf.Bytes()) { t.Errorf("roundtrip failed\n\t%q\n\t%q", tt.data, decBuf.Bytes()) } }) } } func Test_pathNeedsClean(t *testing.T) { type pathTest struct { path, result string } cleantests := []pathTest{
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 24.1K bytes - Viewed (0) -
docs/changelogs/changelog_3x.md
calls and for idle connections in the connection pool. (Pings do not impact when pooled connections are evicted). If you have a configured ping interval, you should confirm that it is long enough for a roundtrip from client to server. If your ping interval is too short, slow connections may be misinterpreted as failed connections. A ping interval of 30 seconds is reasonable for most use cases.
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sun Feb 06 14:55:54 UTC 2022 - 50.8K bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
b[:encodingSize], uint8(d)) out := ringCompressAndEncod(nil, g, uint8(d)) if !bytes.Equal(out, b[:encodingSize]) { t.Errorf("roundtrip failed for d = %d", d) } } // Round-trip ringCompressAndEncod and ringDecodeAndDecompr. g := ringDecodeAndDecompr((*[encodingSize10]byte)(b)) out := ringCompressAndEncod(nil, g) if !bytes.Equal(out, b[:encodingSize10]) { t.Errorf("roundtrip failed for specialized 10") } g = ringDecodeAndDecompr((*[encodingSize4]byte)(b)) out = ringCompressAndEncod(nil, g) if !bytes.Equal(out,...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0) -
api/go1.txt
pkg net/http, type ResponseWriter interface, Write([]uint8) (int, error) pkg net/http, type ResponseWriter interface, WriteHeader(int) pkg net/http, type RoundTripper interface { RoundTrip } pkg net/http, type RoundTripper interface, RoundTrip(*Request) (*Response, error) pkg net/http, type ServeMux struct pkg net/http, type Server struct pkg net/http, type Server struct, Addr string
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)