start_failure_reason.pony

1
2
3
4
5
6
7
8
primitive StartFailedSSL
  """
  The SSL handshake failed before the server connection could start. This
  covers both SSL session creation failures (e.g. bad `SSLContext`) and
  handshake protocol errors before `_on_started` would have fired.
  """

type StartFailureReason is StartFailedSSL