TSG-17840 Proxy适配日志结构变更

This commit is contained in:
fengweihao
2023-12-08 18:12:53 +08:00
parent f1bf753679
commit b801ca9d3b
8 changed files with 551 additions and 146 deletions

View File

@@ -1270,7 +1270,7 @@ static int tfe_half_session_init(struct tfe_h2_session *h2_session, int32_t stre
struct tfe_h2_half_private *req = h2_session->req;
tfe_session->ops = &http2_session_ops;
tfe_session->req = &req->half_public;
tfe_session->start_time=time(NULL);
gettimeofday(&tfe_session->start_time, NULL);
tfe_session->session_id = stream_id;
}