Kaydet (Commit) 06d0c1e7 authored tarafından Giampaolo Rodola''s avatar Giampaolo Rodola'

remove uneffective 'while True' clause

üst 1be94cea
......@@ -420,7 +420,6 @@ class SSLSocket(socket):
raise ValueError(
"non-zero flags not allowed in calls to send() on %s" %
self.__class__)
while True:
try:
v = self._sslobj.write(data)
except SSLError as x:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment