Skip to content

StartTLSNotReady

[Source]

The connection is not in a state suitable for TLS upgrade. This can happen when the connection is muted, has unprocessed data in the read buffer, or has pending writes. Buffered read data is rejected to prevent a man-in-the-middle from injecting pre-TLS data that the application would process as post-TLS (CVE-2021-23222).

primitive val StartTLSNotReady

Constructors

create

[Source]

new val create()
: StartTLSNotReady val^

Returns


Public Functions

eq

[Source]

fun box eq(
  that: StartTLSNotReady val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: StartTLSNotReady val)
: Bool val

Parameters

Returns