fix merge
This commit is contained in:
parent
5f704e6825
commit
9d3cc9647b
|
@ -167,9 +167,6 @@ method pushTo*(s: BufferStream, data: seq[byte]) {.base, async.} =
|
|||
## is preserved.
|
||||
##
|
||||
|
||||
if s.atEof:
|
||||
raise newLPStreamEOFError()
|
||||
|
||||
if s.atEof:
|
||||
raise newLPStreamEOFError()
|
||||
|
||||
|
|
Loading…
Reference in New Issue