wip
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-01-14 23:20:39 +01:00
parent 0e5e532b24
commit 907a31b98c
3 changed files with 38 additions and 2 deletions

View File

@@ -177,7 +177,7 @@ static bool contain(const char *src, const char *dest, int len)
int restd_rest_handler(short event, restd_conn_t *conn, void *userdata)
{
int reason = RESTD_ERROR_PATH_NOT_FOUND;
// DEBUG("restd_rest_handler: event 0x%x", event);
DEBUG("********restd_rest_handler: event 0x%x", event);
restd_http_t *http = (restd_http_t *)restd_conn_get_extra(conn);
char *root_path;
qlist_t *hooks = conn->server->hooks;