mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-05 13:17:36 +03:00
internalize the qerr package
This commit is contained in:
parent
4d3bafd44d
commit
3ffea5d8c4
37 changed files with 31 additions and 31 deletions
|
@ -6,8 +6,8 @@ import (
|
|||
"io"
|
||||
|
||||
"github.com/lucas-clemente/quic-go/internal/protocol"
|
||||
"github.com/lucas-clemente/quic-go/internal/qerr"
|
||||
"github.com/lucas-clemente/quic-go/internal/utils"
|
||||
"github.com/lucas-clemente/quic-go/qerr"
|
||||
)
|
||||
|
||||
// The InvariantHeader is the version independent part of the header
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue