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)
|
if (srs != StatusNewItem)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
Log(LogInformation, "HttpRequest")
|
|
||||||
<< "Read " << size << " bytes";
|
|
||||||
|
|
||||||
m_Body->Write(data, size);
|
m_Body->Write(data, size);
|
||||||
|
|
||||||
delete [] data;
|
delete [] data;
|
||||||
|
|
Loading…
Reference in New Issue