Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

panic: qtls.ConnectionState not compatible with tls.ConnectionState #2667

Open
JoyCood opened this issue Oct 25, 2023 · 0 comments
Open

panic: qtls.ConnectionState not compatible with tls.ConnectionState #2667

JoyCood opened this issue Oct 25, 2023 · 0 comments

Comments

@JoyCood
Copy link

JoyCood commented Oct 25, 2023

Describe the bug

panic: qtls.ConnectionState not compatible with tls.ConnectionState

goroutine 1 [running]:
github.com/lucas-clemente/quic-go/internal/handshake.init.1()
	/Users/knight/go/pkg/mod/github.com/lucas-clemente/[email protected]/internal/handshake/unsafe.go:17 +0xc5
exit status 2

How to reproduce the bug

 # go run main.go

Environment

Go Version: please paste go version output here

go version go1.19.13 darwin/amd64

micro version:

micro version v3.12.3
GO111MODULE=""
GOARCH="amd64"
GOBIN=""
GOCACHE="/Users/knight/Library/Caches/go-build"
GOENV="/Users/knight/Library/Application Support/go/env"
GOEXE=""
GOEXPERIMENT=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOINSECURE=""
GOMODCACHE="/Users/knight/go/pkg/mod"
GONOPROXY=""
GONOSUMDB=""
GOOS="darwin"
GOPATH="/Users/knight/go"
GOPRIVATE=""
GOPROXY="https://proxy.golang.org,direct"
GOROOT="/usr/local/go"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/usr/local/go/pkg/tool/darwin_amd64"
GOVCS=""
GOVERSION="go1.19.13"
GCCGO="gccgo"
GOAMD64="v1"
AR="ar"
CC="clang"
CXX="clang++"
CGO_ENABLED="1"
GOMOD="/Users/knight/Projects/hello/src/gateway/go.mod"
GOWORK="/Users/knight/Projects/hello/go.work"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -arch x86_64 -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/zr/qkqc9n352wxd7glbn5q1824h0000gn/T/go-build1100988748=/tmp/go-build -gno-record-gcc-switches -fno-common"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant