mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 12:47:36 +03:00
make Listener a struct, not an interface
This commit is contained in:
parent
2a03c6cd79
commit
1b64b13750
16 changed files with 53 additions and 37 deletions
|
@ -377,7 +377,7 @@ var _ = Describe("Timeout tests", func() {
|
|||
Context("faulty packet conns", func() {
|
||||
const handshakeTimeout = time.Second / 2
|
||||
|
||||
runServer := func(ln quic.Listener) error {
|
||||
runServer := func(ln *quic.Listener) error {
|
||||
conn, err := ln.Accept(context.Background())
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue