struct fast_task_info remove fields: connect_timeout and network_timeout

use_iouring
YuQing 2024-02-20 09:48:24 +08:00
parent d18ad54c2b
commit 55ff532f92
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,7 @@
Version 1.73 2024-02-15 Version 1.73 2024-02-20
* add macro FC_SET_STRING_EMPTY * add macro FC_SET_STRING_EMPTY
* struct fast_task_info remove fields: connect_timeout and network_timeout
Version 1.72 2024-01-21 Version 1.72 2024-01-21
* call fast_mblock_ref_counter_dec for delay free node correctly * call fast_mblock_ref_counter_dec for delay free node correctly

View File

@ -125,8 +125,6 @@ struct fast_task_info
} nio_stages; //stages for network IO } nio_stages; //stages for network IO
volatile int8_t reffer_count; volatile int8_t reffer_count;
volatile int8_t canceled; //if task canceled volatile int8_t canceled; //if task canceled
short connect_timeout; //for client side
short network_timeout;
int pending_send_count; int pending_send_count;
int64_t req_count; //request count int64_t req_count; //request count
struct { struct {