Merge pull request #22305 from matthewstevenson88/add-tls-close-notify

Add close notify TSI result.
pull/22348/head
matthewstevenson88 5 years ago committed by GitHub
commit b6ac371369
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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