This commit is contained in:
Mark Spanbroek 2021-06-01 08:53:08 +02:00 committed by markspanbroek
parent 60e42c9f23
commit ca976f74ed
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import ./connection
import ./errors
import ./stream/openstate
proc newStream*(connection: Ngtcp2Connection, id: int64): Stream =
proc newStream(connection: Ngtcp2Connection, id: int64): Stream =
newStream(id, newOpenStream(connection))
proc openStream*(connection: Ngtcp2Connection): Stream =