Loading contrib/ExerciseServer.py +2 −1 Original line number Diff line number Diff line Loading @@ -86,6 +86,7 @@ def handleEvent(s, body, circs, streamsByNonce, streamsByIdent): elif status in (TorControl.STREAM_STATUS.CLOSED, TorControl.STREAM_STATUS.FAILED): circid, (host,url) = streamsByIdent[ident] if circs.has_key(circid): del circs[circid] del streamsByIdent[ident] elif event == TorControl.EVENT_TYPE.CIRCSTATUS: Loading Loading
contrib/ExerciseServer.py +2 −1 Original line number Diff line number Diff line Loading @@ -86,6 +86,7 @@ def handleEvent(s, body, circs, streamsByNonce, streamsByIdent): elif status in (TorControl.STREAM_STATUS.CLOSED, TorControl.STREAM_STATUS.FAILED): circid, (host,url) = streamsByIdent[ident] if circs.has_key(circid): del circs[circid] del streamsByIdent[ident] elif event == TorControl.EVENT_TYPE.CIRCSTATUS: Loading