SIGN IN SIGN UP

[Patch #649762] Fix for asynchat endless loop

When the null string is used as the terminator, it used to be the same
as None, meaning "collect all the data".  In the current code, however, it
falls into an endless loop; this change reverts to the old behavior.
A
Andrew M. Kuchling committed
a416341b3067306959397e896bd6b712501bd28c
Parent: 5b8c69f