TSG-5003 无条件发送Metric,与Log Session开关无关

请求体正则替换修复
This commit is contained in:
fengweihao
2021-01-12 16:17:18 +08:00
parent f99cfe9c1c
commit fee4b2daaa
2 changed files with 15 additions and 26 deletions

View File

@@ -1959,6 +1959,9 @@ finish:
h2_stream_info->thread_id);
h2_session->frame_ctx = NULL;
delete_http2_stream_data(h2_session, h2_stream_info->tf_stream, 1);
/*The stream connection is closed, Force clear context**/
nghttp2_session_set_stream_user_data(h2_stream_info->as_client, stream_id, NULL);
nghttp2_session_set_stream_user_data(h2_stream_info->as_server, stream_id, NULL);
free(h2_session);
h2_session = NULL;
}