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