ObjFW  Diff

Differences From Artifact [c7bd138f6a]:

To Artifact [ad751773f4]:


461
462
463
464
465
466
467


468
469
470
471





472
473
474
475
476
477
478
461
462
463
464
465
466
467
468
469




470
471
472
473
474
475
476
477
478
479
480
481







+
+
-
-
-
-
+
+
+
+
+







					    exceptionWithClass: [self class]];

				objc_autoreleasePoolPop(pool2);
			}
		} else {
			size_t length;

			while (![sock isAtEndOfStream]) {
				void *pool2;
			while ((length = [sock
			    readIntoBuffer: buffer
				    length: of_pagesize]) > 0) {
				void *pool2 = objc_autoreleasePoolPush();

				length = [sock readIntoBuffer: buffer
						       length: of_pagesize];

				pool2 = objc_autoreleasePoolPush();

				[delegate request: self
				   didReceiveData: buffer
				       withLength: length];

				objc_autoreleasePoolPop(pool2);