remove irrelevant comment

This commit is contained in:
Dmitriy Ryajov 2020-03-11 09:36:45 -06:00
parent 59abd2e4cd
commit dc97595aad
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ suite "Mplex":
mplexBuf.writePBVarint((1.uint shl 3) or ord(MessageType.MsgOut).uint)
mplexBuf.writePBVarint(buf.buffer.len.uint) # size should be always sent
await conn.write(mplexBuf.buffer) # write out mplex header
await conn.write(mplexBuf.buffer)
proc writer() {.async.} =
var sent = 0
randomize()