Closed
Description
See https://build.golang.org/log/641eac826e7b0a6183e1b0ce7c6bb75e572c73e0
Looks like netDial succeeds but httptrace.GotConnInfo is empty, strange.
--- FAIL: TestTransportEventTrace_h2 (0.01s)
transport_test.go:3305: expected substring "WroteRequest: {Err:<nil>}" in output.
transport_test.go:3326: Output:
Getting conn for dns-is-faked.golang:64428 ...
DNS start: {Host:dns-is-faked.golang}
DNS done: {Addrs:[{IP:127.0.0.1 Zone:}] Err:<nil> Coalesced:false}
ConnectStart: Connecting to tcp 127.0.0.1:64428 ...
ConnectDone: connected to tcp 127.0.0.1:64428 = <nil>
got conn: {Conn:<nil> Reused:false WasIdle:false IdleTime:0s}
got conn: {Conn:0xc4202d8000 Reused:false WasIdle:true IdleTime:2562047h47m16.854775807s}
first response byte
first response byte
FAIL
FAIL net/http 14.351s