Files
minio/docs/investigations/r8/evidence/baseline-additional.log
T
Feng Ruohang 055030ea53 fix(http): honor configured request header deadlines
Signed-off-by: Feng Ruohang <rh@vonng.com>
(cherry picked from commit 0d48d32d7e038ae1ea5966f3d7e0cb86780a6311)
Signed-off-by: Feng Ruohang <rh@vonng.com>
2026-09-16 00:37:56 +08:00

24 lines
1002 B
Plaintext

=== RUN TestServerConnStateHook
=== RUN TestServerConnStateHook/tls=false
=== RUN TestServerConnStateHook/tls=true
--- PASS: TestServerConnStateHook (0.00s)
--- PASS: TestServerConnStateHook/tls=false (0.00s)
--- PASS: TestServerConnStateHook/tls=true (0.00s)
=== RUN TestServerHTTP2Deadlines
r8_compatibility_test.go:278: expected HTTP/2, got HTTP/1.1
r8_compatibility_test.go:293: unexpected HTTP/1.1 204 No Content
--- FAIL: TestServerHTTP2Deadlines (0.00s)
=== RUN TestServerEarlyBodyClose
=== RUN TestServerEarlyBodyClose/tls=false
=== PAUSE TestServerEarlyBodyClose/tls=false
=== RUN TestServerEarlyBodyClose/tls=true
=== PAUSE TestServerEarlyBodyClose/tls=true
=== CONT TestServerEarlyBodyClose/tls=false
=== CONT TestServerEarlyBodyClose/tls=true
--- PASS: TestServerEarlyBodyClose (0.00s)
--- PASS: TestServerEarlyBodyClose/tls=false (0.30s)
--- PASS: TestServerEarlyBodyClose/tls=true (0.30s)
FAIL
FAIL github.com/minio/minio/internal/http 0.959s
FAIL