From 571625f0c3777fa57e9bf0f77921d8b1523a8214 Mon Sep 17 00:00:00 2001 From: "Sergio R. Caprile" Date: Tue, 20 Sep 2022 10:52:45 -0300 Subject: [PATCH] Update README.md --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index 0e49ac8b..ef116def 100644 --- a/docs/README.md +++ b/docs/README.md @@ -138,6 +138,7 @@ enum { MG_EV_RESOLVE, // Host name is resolved NULL MG_EV_CONNECT, // Connection established NULL MG_EV_ACCEPT, // Connection accepted NULL + MG_EV_TLS_HS, // TLS handshake succeeded NULL MG_EV_READ, // Data received from socket long *bytes_read MG_EV_WRITE, // Data written to socket long *bytes_written MG_EV_CLOSE, // Connection closed NULL