enhanced intercept handling in httpd

This commit is contained in:
2015-09-28 07:33:46 +00:00
parent 1f6fbd4f9f
commit 74ab14974b
5 changed files with 78 additions and 19 deletions

View File

@ -777,6 +777,9 @@ struct qse_httpd_server_t
/* provided by a user for attaching */
qse_httpd_server_dope_t dope;
/* actual binding address */
qse_nwad_t nwad;
/* set by server.open callback */
qse_httpd_hnd_t handle;