Michal Matczuk
Michal Matczuk
> If the server hostname in server_addr doesn't match one of the names in the cert, thenthe connection fails. In my view this is a generally expected behavior and adding...
@hihellobolke very interesting proposal, can you share some implementation considerations?
What about TCP keepalive?
There must be some proxy in between that is cutting the connection.
Are you running a release version or you build it yourself?
It's about the windows built. I'd suggest moving to linux :)
You would need to debug it, from what I see https://github.com/mmatczuk/go-http-tunnel/blob/master/keepalive_windows.go#L12 could be more like https://github.com/gocql/gocql/blob/2e9f2912ba58e37f34af3554659b576eac655760/conn.go#L1130. You can also experiment with the timing https://github.com/mmatczuk/go-http-tunnel/blob/master/keepalive.go#L19.
The constants come from zapcore, we could forward them here.
Actually RTSP can be streamed over TCP.
Hi @moisespsena, could you please elaborate on what this patch set does what is the motivation. Overall it's a massive PR, I do not follow all the decisions such as...