[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.
Showing
Please register or sign in to comment