Add TSI_CLOSE_NOTIFY result.

pull/22305/head
Matthew Stevenson 5 years ago
parent 50619a562f
commit 5c8f4f97b7
  1. 1
      src/core/tsi/transport_security_interface.h

@ -44,6 +44,7 @@ typedef enum {
TSI_OUT_OF_RESOURCES = 12,
TSI_ASYNC = 13,
TSI_HANDSHAKE_SHUTDOWN = 14,
TSI_CLOSE_NOTIFY = 15, // Indicates that the connection should be closed.
} tsi_result;
typedef enum {

Loading…
Cancel
Save