#673·redigo

Disable SetReadDeadline calls

Author: aaronjhengCreated Sep 26, 2024Updated Sep 26, 2024

I want to connect to Redis over SSH with golang.org/x/crypto/ssh. Currently ssh channels does not support deadlines. See https://github.com/golang/go/issues/65930.

So the following calls should be disabled.

Right now, there is no way we can do that.