fixed a bug in ssl handling

This commit is contained in:
2012-09-15 14:27:14 +00:00
parent 2179c2a88b
commit 99f1b5453b
4 changed files with 53 additions and 42 deletions

View File

@ -286,7 +286,6 @@ struct qse_httpd_client_t
/* == PRIVATE == */
qse_htrd_t* htrd;
int secure;
int status;
qse_httpd_task_trigger_t trigger[QSE_HTTPD_TASK_TRIGGER_MAX];
qse_ntime_t last_active;