expose the TransportError and the ApplicationError

This commit is contained in:
Marten Seemann
2021-04-25 18:47:04 +07:00
parent f5238bf7b1
commit 42b61729bd
23 changed files with 126 additions and 106 deletions

View File

@@ -3,10 +3,10 @@ package http3
import (
"fmt"
quic "github.com/lucas-clemente/quic-go"
"github.com/lucas-clemente/quic-go"
)
type errorCode quic.ErrorCode
type errorCode quic.ApplicationErrorCode
const (
errorNoError errorCode = 0x100