6 references to NotEnoughData
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Middleware\TlsListener.cs (6)
25
ClientHelloParseState parseState = ClientHelloParseState.
NotEnoughData
;
43
if (parseState == ClientHelloParseState.
NotEnoughData
)
65
if (parseState is ClientHelloParseState.
NotEnoughData
)
94
return ClientHelloParseState.
NotEnoughData
;
106
return ClientHelloParseState.
NotEnoughData
;
141
return ClientHelloParseState.
NotEnoughData
;