try to make the finish work

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer
2025-05-15 02:13:33 +02:00
parent 8a80f07db2
commit 3c228bf5c3
4 changed files with 21 additions and 12 deletions

View File

@ -9,6 +9,7 @@ type State struct {
HasStarted bool
RemainingChunks [][]byte
HandshakeDone bool
ClientHello *tls.ClientHelloInfo
TotalPayloadSize int
TLS *tls.Conn
Conn *TLSConnection