Kaydet (Commit) ac2ed1e0 authored tarafından Sean Reifscheider's avatar Sean Reifscheider

Issue #2143: Fix embedded readline() hang on SSL socket EOF.

üst a5cfcad0
......@@ -175,6 +175,7 @@ else:
chr = None
while chr != "\n":
chr = self.sslobj.read(1)
if not chr: break
str += chr
return str
......
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