tonic
tonic copied to clipboard
chore(transport): Use hyper timeout feature
Motivation
Simplifies implementations.
Solution
hyper has connection timeout mechanism. tonic could use it instead of hyper-timeout's connection when using hyper connector. As connect_with_connector does not assume only hyper's connection, hyper-timeout cannot be removed at this point.