Kernel: Rename has_hangup -> has_hungup
This commit is contained in:
@@ -272,7 +272,7 @@ namespace Kernel
|
||||
return m_send_window.data_size < m_send_window.buffer->size();
|
||||
}
|
||||
|
||||
bool TCPSocket::has_hangup_impl() const
|
||||
bool TCPSocket::has_hungup_impl() const
|
||||
{
|
||||
return m_has_connected && m_state != State::Established;
|
||||
}
|
||||
|
||||
@@ -301,7 +301,7 @@ namespace Kernel
|
||||
return true;
|
||||
}
|
||||
|
||||
bool UnixDomainSocket::has_hangup_impl() const
|
||||
bool UnixDomainSocket::has_hungup_impl() const
|
||||
{
|
||||
if (m_info.has<ConnectionInfo>())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user