fix: error after sync

This commit is contained in:
Gaukas Wang 2023-10-26 22:48:59 -06:00
parent 7c77243b04
commit 77691ccce8
No known key found for this signature in database
GPG key ID: 9E2F8986D76F8B5D
16 changed files with 39 additions and 87 deletions

View file

@ -4,7 +4,7 @@ import (
"errors"
"fmt"
"github.com/quic-go/quic-go"
quic "github.com/refraction-networking/uquic"
)
// Error is returned from the round tripper (for HTTP clients)

View file

@ -3,10 +3,9 @@ package http3
import (
"errors"
"github.com/quic-go/quic-go"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
quic "github.com/refraction-networking/uquic"
)
var _ = Describe("HTTP/3 errors", func() {