降低http链接断开日志级别

This commit is contained in:
ziyue 2021-08-13 10:57:04 +08:00
parent 0f6d1135eb
commit ec9b8c6471

View File

@ -118,7 +118,7 @@ void HttpSession::onError(const SockException& err) {
} }
//http客户端 //http客户端
if(_ticker.createdTime() < 10 * 1000){ if (!_is_live_stream) {
TraceP(this) << err.what(); TraceP(this) << err.what();
} else { } else {
WarnP(this) << err.what(); WarnP(this) << err.what();