mirror of https://gitee.com/bigwinds/arangodb
fixed missing double quote
This commit is contained in:
parent
664acb8695
commit
da27597ff4
|
@ -570,7 +570,7 @@ void HttpCommTask::processRequest(std::unique_ptr<HttpRequest> request) {
|
|||
<< "\"http-request-begin\",\"" << (void*)this << "\",\""
|
||||
<< _connectionInfo.clientAddress << "\",\""
|
||||
<< HttpRequest::translateMethod(_requestType) << "\",\""
|
||||
<< HttpRequest::translateVersion(_protocolVersion) << "\"," << _fullUrl
|
||||
<< HttpRequest::translateVersion(_protocolVersion) << "\",\"" << _fullUrl
|
||||
<< "\"";
|
||||
|
||||
std::string const& body = request->body();
|
||||
|
|
Loading…
Reference in New Issue