mirror of
https://github.com/jorisvink/kore
synced 2025-03-10 13:09:02 -04:00
Instead if a task is used from inside a request you MUST call kore_task_bind_request() on it. This way we can move forward for tasks that don't belong to page handlers. Also, some bug fixes for removing http_requests that are indeed linked to a currently running task.