mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Add a TODO.
This commit is contained in:
parent
9d4e014517
commit
c81275fda4
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ def iter_lines_buffered(read, sep=b'\n', initial=b'', stop=noop):
|
|||
try:
|
||||
if stop():
|
||||
raise EOFError()
|
||||
# TODO: handle ConnectionResetError (errno 104)
|
||||
data = read(1024)
|
||||
if not data:
|
||||
raise EOFError()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue