为了识别第二种pinning:在tcp_stream的event callback中,若接收字节数为0,调用ssl_stream_process_zero_eof。
This commit is contained in:
@@ -48,6 +48,7 @@ struct tfe_conn_private
|
||||
struct bufferevent * bev;
|
||||
struct ev_token_bucket_cfg * ratelimit_bucket;
|
||||
uint8_t on_writing;
|
||||
size_t total_rx_bytes, total_tx_bytes;
|
||||
};
|
||||
|
||||
enum tfe_stream_event_log_type
|
||||
|
||||
Reference in New Issue
Block a user