mirror of https://github.com/Icinga/icinga2.git
parent
89033343e8
commit
3c7851107c
|
@ -393,7 +393,7 @@ void TlsStream::CloseInternal(bool inDestructor)
|
|||
|
||||
bool TlsStream::IsEof() const
|
||||
{
|
||||
return m_Eof;
|
||||
return m_Eof && m_RecvQ->GetAvailableBytes() < 1u;
|
||||
}
|
||||
|
||||
bool TlsStream::SupportsWaiting() const
|
||||
|
|
Loading…
Reference in New Issue