ObjFW  Diff

Differences From Artifact [30723cee3c]:

To Artifact [6cbe514a9d]:


1459
1460
1461
1462
1463
1464
1465
1466

1467
1468

1469
1470
1471
1472
1473
1474
1475
1459
1460
1461
1462
1463
1464
1465

1466
1467

1468
1469
1470
1471
1472
1473
1474
1475







-
+

-
+







	} @finally {
		free(UTF8String);
	}

	return length;
}

- (size_t)numberOfBytesInReadBuffer
- (bool)hasDataInReadBuffer
{
	return _readBufferLength;
	return (_readBufferLength > 0);
}

- (bool)isBlocking
{
	return _blocking;
}