Added SSL/TLS support on connection level.

This commit is contained in:
Igor Sysoev
2018-09-20 15:05:37 +03:00
parent e964e982fd
commit 96cd68b340
22 changed files with 1104 additions and 778 deletions

View File

@@ -37,6 +37,7 @@
typedef struct {
nxt_buf_t *buf;
void *tls;
nxt_socket_t socket;
nxt_err_t error;
nxt_off_t sent;