mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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…
x
Reference in New Issue
Block a user