Code Formatting
This commit is contained in:
parent
bca312b26a
commit
495f0a1d6b
|
@ -188,6 +188,7 @@ Begin
|
|||
Result := fpSend(FSocketHandle, @Buf, Len, FPSENDOPT);
|
||||
|
||||
While (Result = -1) and (SocketError = ESOCKEWOULDBLOCK) Do Begin
|
||||
|
||||
{$IFDEF SOCKETLOG} sLog('WriteBuf Blocking'); {$ENDIF}
|
||||
|
||||
WaitMS(10);
|
||||
|
|
Loading…
Reference in New Issue