tlsrp

TLS reverse proxy
git clone git://git.rr3.xyz/tlsrp
Log | Files | Refs | README | LICENSE

commit 8619b63f71f06e0cd11a12c9783792387349da55
parent 2d45a8d1d6e6e8eb767d13bb6403a441461bc362
Author: Robert Russell <robertrussell.72001@gmail.com>
Date:   Tue, 16 Jul 2024 17:42:31 -0700

Remove comment

Diffstat:
Mtlsrp.go | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/tlsrp.go b/tlsrp.go @@ -17,8 +17,6 @@ import ( "time" ) -// TODO: Scrutinize. In particular, compare with sltls. - // We only enforce a timeout on the handshake. After the handshake is complete, // the sink is responsible for timing-out clients. const handshakeTimeout = 10 * time.Second