SimpleClientSocket>>getMultilineResponseShowing:

Maloney johnm at wdi.disney.com
Fri Jul 24 20:06:17 UTC 1998


>Since it seems that data may arrive in arbitrary chunks, it seems that the
>line SimpleClientSocket>>getMultilineResponseShowing:
>
>		done _ self endsWithSinglePeriodLine: chunk].
>
>is a bit more reliable if written:
>
>		done _ self endsWithSinglePeriodLine: response contents].
>
>I notice this particularly when sending a LIST command to a POP socket when
>there are no messages.
>
>Cheers,
>Bob

Thanks for pointing this out.

	-- John





More information about the Squeak-dev mailing list