Modify log output
This commit is contained in:
parent
b81584ff2e
commit
5362de9a58
|
@ -1085,7 +1085,6 @@ void HttpAppFrameworkImpl::readSendFile(const std::string &filePath, const HttpR
|
|||
std::string str;
|
||||
str.resize(filesize);
|
||||
pbuf->sgetn(&str[0], filesize);
|
||||
LOG_INFO << "file len:" << str.length();
|
||||
resp->setBody(std::move(str));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue