server: with TLS, TCP user timeout is not set on the underlying connection #5646
Closed
Description
grpc-go/internal/transport/http2_server.go
Line 235 in 60eecd9
I was looking at the write code - for net.Conn this works as expected, but if TLS is used conn will be tls.Conn so the line will
not set a timeout. I would guess rawconn should be passed ?