[or-cvs] r11565: Nick is going to hell 3 times, and has declined all opportun (torflow/trunk/TorCtl)

mikeperry at seul.org mikeperry at seul.org
Fri Sep 21 20:42:44 UTC 2007


Author: mikeperry
Date: 2007-09-21 16:42:44 -0400 (Fri, 21 Sep 2007)
New Revision: 11565

Modified:
   torflow/trunk/TorCtl/TorCtl.py
Log:

Nick is going to hell 3 times, and has declined all
opportunities for salvation.



Modified: torflow/trunk/TorCtl/TorCtl.py
===================================================================
--- torflow/trunk/TorCtl/TorCtl.py	2007-09-21 20:20:02 UTC (rev 11564)
+++ torflow/trunk/TorCtl/TorCtl.py	2007-09-21 20:42:44 UTC (rev 11565)
@@ -431,7 +431,7 @@
           line = self._s.readline()
           if self._debugFile:
             self._debugFile.write("+++ %s" % line)
-          if line in (".\r\n", ".\n"):
+          if line in (".\r\n", ".\n", "650 OK\n", "650 OK\r\n"): 
             break
           more.append(line)
         lines.append((code, s, unescape_dots("".join(more))))



More information about the tor-commits mailing list