mirror of https://github.com/Icinga/icinga2.git
parent
84ea0065b2
commit
92c28548d1
|
@ -108,9 +108,6 @@ bool HttpRequest::Parse(StreamReadContext& src, bool may_wait)
|
|||
if (srs != StatusNewItem)
|
||||
return false;
|
||||
|
||||
Log(LogInformation, "HttpRequest")
|
||||
<< "Read " << size << " bytes";
|
||||
|
||||
m_Body->Write(data, size);
|
||||
|
||||
delete [] data;
|
||||
|
|
Loading…
Reference in New Issue