grpc-go icon indicating copy to clipboard operation
grpc-go copied to clipboard

server: with TLS, set TCP user timeout on the underlying raw connection (#5646)

Open tobotg opened this issue 2 years ago • 0 comments

With TLS, set TCP user timeout on the underlying raw connection, and validate in tests.

Fixes https://github.com/grpc/grpc-go/issues/5646

RELEASE NOTES:

  • server: fix bug preventing TCP user timeout from being set on the connection when TLS is used

tobotg avatar May 27 '23 07:05 tobotg