From e583a36bb586bd78c9135800b39d6255a3b0f590 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 1 Aug 2007 23:46:17 -0700 Subject: [PATCH] * Source/SocketWrapper.m: ([SocketWrapper receive]): Updating the documentation because we no longer return partial data --- Source/SocketWrapper.m | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/SocketWrapper.m b/Source/SocketWrapper.m index 0f6cb84..d1c1d28 100644 --- a/Source/SocketWrapper.m +++ b/Source/SocketWrapper.m @@ -94,9 +94,6 @@ * is used either in a threaded environment so the interface does not hang, or when you *know* the server * will return something (which we almost always do). * - * This function can only read a set amount of bytes (1024 to be exact). If anything is larger, then partial - * data will be returned. Don't shoot the messenger... even if it is our fault. - * * Data string returned is autorelease'd */ - (NSString *)receive -- 2.22.5