mirror of https://github.com/aria2/aria2
Removed logging RPC request.
parent
46eced8ada
commit
18d51a3e20
|
@ -193,8 +193,6 @@ bool HttpServerBodyCommand::execute()
|
|||
timeoutTimer_ = global::wallclock;
|
||||
|
||||
if(httpServer_->receiveBody()) {
|
||||
A2_LOG_DEBUG(fmt("%s", httpServer_->getBody().c_str()));
|
||||
|
||||
std::string reqPath = httpServer_->getRequestPath();
|
||||
reqPath.erase(std::find(reqPath.begin(), reqPath.end(), '#'),
|
||||
reqPath.end());
|
||||
|
|
Loading…
Reference in New Issue