struct fast_task_info remove fields: connect_timeout and network_timeout
parent
d18ad54c2b
commit
55ff532f92
3
HISTORY
3
HISTORY
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
Version 1.73 2024-02-15
|
||||
Version 1.73 2024-02-20
|
||||
* add macro FC_SET_STRING_EMPTY
|
||||
* struct fast_task_info remove fields: connect_timeout and network_timeout
|
||||
|
||||
Version 1.72 2024-01-21
|
||||
* call fast_mblock_ref_counter_dec for delay free node correctly
|
||||
|
|
|
|||
|
|
@ -125,8 +125,6 @@ struct fast_task_info
|
|||
} nio_stages; //stages for network IO
|
||||
volatile int8_t reffer_count;
|
||||
volatile int8_t canceled; //if task canceled
|
||||
short connect_timeout; //for client side
|
||||
short network_timeout;
|
||||
int pending_send_count;
|
||||
int64_t req_count; //request count
|
||||
struct {
|
||||
|
|
|
|||
Loading…
Reference in New Issue