mirror of
https://github.com/python/cpython.git
synced 2025-12-07 17:57:56 +00:00
remove uneffective 'while True' clause
This commit is contained in:
parent
1be94cea0f
commit
06d0c1e72c
1 changed files with 10 additions and 11 deletions
|
|
@ -420,7 +420,6 @@ class SSLSocket(socket):
|
||||||
raise ValueError(
|
raise ValueError(
|
||||||
"non-zero flags not allowed in calls to send() on %s" %
|
"non-zero flags not allowed in calls to send() on %s" %
|
||||||
self.__class__)
|
self.__class__)
|
||||||
while True:
|
|
||||||
try:
|
try:
|
||||||
v = self._sslobj.write(data)
|
v = self._sslobj.write(data)
|
||||||
except SSLError as x:
|
except SSLError as x:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue