ObjFW  Diff

Differences From Artifact [d928d7a5b3]:

To Artifact [3989a671e1]:


698
699
700
701
702
703
704





705
706
707
708
709
710
711
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716







+
+
+
+
+







	} @finally {
		free(t);
	}

	/* Get rid of a warning, never reached anyway */
	assert(0);
}

- (size_t)pendingBytes
{
	return cacheLen;
}

- (BOOL)isBlocking
{
	return isBlocking;
}

- (void)setBlocking: (BOOL)enable