mirror of
https://github.com/vacp2p/nim-quic.git
synced 2026-01-09 22:08:09 -05:00
test fs closed
This commit is contained in:
@@ -116,9 +116,6 @@ proc reset*(fs: var FrameSorter) =
|
||||
# resetting FS should leave fs.closed (if it was set)
|
||||
|
||||
proc isComplete*(fs: FrameSorter): bool =
|
||||
if fs.closed:
|
||||
return true
|
||||
|
||||
if fs.totalBytes.isNone:
|
||||
return false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user