1
0
mirror of https://github.com/lxsang/ant-http synced 2024-07-01 12:59:47 +02:00

alpha version of proxy

This commit is contained in:
lxsang 2021-01-26 23:38:06 +01:00
parent c590898e03
commit 5a2c6d53bb

View File

@ -702,8 +702,6 @@ void *antd_scheduler_wait(void *ptr)
//antd_queue_t exec_list = NULL;
bst_node_t* poll_list = NULL;
bst_node_t* scheduled_list = NULL;
antd_queue_item_t it = NULL;
antd_queue_item_t curr = NULL;
antd_task_evt_item_t *eit = NULL;
bst_node_t* node, *task_node = NULL;
struct pollfd *pfds = NULL;