this might actually be cooking

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer
2025-05-15 01:53:14 +02:00
parent ae59a3e576
commit 8a80f07db2
2 changed files with 8 additions and 2 deletions

View File

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