implemented client handshake response digest

This commit is contained in:
Roman Arutyunyan
2012-05-21 00:42:45 +04:00
parent d105a251f7
commit ec28243851
2 changed files with 130 additions and 139 deletions

View File

@ -194,7 +194,9 @@ typedef struct {
ngx_str_t page_url;
/* handshake data */
ngx_buf_t *hs_buf, *hs_bufs[3];
ngx_buf_t *hs_buf;
u_char *hs_digest;
unsigned hs_old:1;
ngx_uint_t hs_stage;
/* connection timestamps */