增加读入USER_TIMEOUT TCP选项,修正timeout相关的setsockopt设置。
This commit is contained in:
@@ -584,7 +584,7 @@ void __write_access_log(struct http_session_private * hs_private)
|
||||
__offset += snprintf(__access_log + __offset, sizeof(__access_log) - __offset, "%s ", __str_url);
|
||||
|
||||
const struct tfe_stream * stream = hs_private->hc_private->stream;
|
||||
tfe_stream_write_log(stream, RLOG_LV_INFO, "%s", __access_log);
|
||||
tfe_stream_write_access_log(stream, RLOG_LV_INFO, "%s", __access_log);
|
||||
(void)resp_spec;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user