whoops
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2360 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -14197,9 +14197,9 @@ class SocketHostInterface:
|
||||
while 1:
|
||||
try:
|
||||
sent = channel.send(mydata)
|
||||
if sent == len(mydata):
|
||||
break
|
||||
mydata = mydata[sent:]
|
||||
if sent == len(mydata):
|
||||
break
|
||||
mydata = mydata[sent:]
|
||||
except (self.SSL_exceptions['WantWriteError'],):
|
||||
continue
|
||||
except UnicodeEncodeError:
|
||||
|
||||
Reference in New Issue
Block a user