mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Support writing large chunks of data over tls on windows
This commit is contained in:
parent
782e7aed31
commit
ed9bb899a7
3 changed files with 11 additions and 2 deletions
|
@ -2264,7 +2264,7 @@ NSString * const GSSOCKSRecvAddr = @"GSSOCKSRecvAddr";
|
|||
item = [info objectForKey: NSFileHandleNotificationDataItem];
|
||||
length = [item length];
|
||||
ptr = [item bytes];
|
||||
if (writePos < length)
|
||||
while (writePos < length)
|
||||
{
|
||||
int written;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue