mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
expose the constructor for the multipexed connection tracer
This commit is contained in:
parent
622ca23d4e
commit
0d38dce8cd
2 changed files with 5 additions and 4 deletions
|
@ -94,7 +94,7 @@ var _ = Describe("Tracing", func() {
|
|||
BeforeEach(func() {
|
||||
tr1 = NewMockConnectionTracer(mockCtrl)
|
||||
tr2 = NewMockConnectionTracer(mockCtrl)
|
||||
tracer = newConnectionMultiplexer(tr1, tr2)
|
||||
tracer = NewMultiplexedConnectionTracer(tr1, tr2)
|
||||
})
|
||||
|
||||
It("trace the ConnectionStarted event", func() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue