• Andrew M. Kuchling's avatar
    [Patch #649762] Fix for asynchat endless loop · a416341b
    Andrew M. Kuchling yazdı
    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.
    a416341b
asynchat.py 10.5 KB