mirror of https://github.com/vacp2p/nim-quic.git
Cleanup
This commit is contained in:
parent
60e42c9f23
commit
ca976f74ed
|
@ -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 =
|
||||
|
|
Loading…
Reference in New Issue