mirror of https://github.com/Icinga/icinga2.git
parent
eb1f37905d
commit
a0fca599da
|
@ -142,9 +142,9 @@ bool HttpRequest::ParseBody(StreamReadContext& src, bool may_wait)
|
|||
|
||||
if (size == 0) {
|
||||
CompleteBody = true;
|
||||
return false;
|
||||
} else
|
||||
return true;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
if (src.Eof)
|
||||
|
|
Loading…
Reference in New Issue