Merge pull request #15 from mabrand/fix-sendRawNonBlocking
remove stray argument from windowsSocket::sendRawNonBlocking
This commit is contained in:
commit
f2c94976be
@ -270,7 +270,7 @@ void windowsSocket::sendRaw(const char* buffer, const size_type count)
|
||||
}
|
||||
|
||||
|
||||
windowsSocket::size_type windowsSocket::sendRawNonBlocking(const char* buffer, const size_type count, const bool block)
|
||||
windowsSocket::size_type windowsSocket::sendRawNonBlocking(const char* buffer, const size_type count)
|
||||
{
|
||||
m_status &= ~STATUS_WOULDBLOCK;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user