Fix naive quic error message

This commit is contained in:
世界
2026-03-30 22:27:12 +08:00
parent 02ccde6c71
commit 4fd2532b0a
3 changed files with 19 additions and 7 deletions

View File

@@ -124,4 +124,5 @@ func init() {
return quicListener, nil
}
naive.WrapError = qtls.WrapError
}