mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
add the APPLICATION_ERROR, use it in CONNECTION_CLOSE frames
This commit is contained in:
parent
6d61dccc2f
commit
09e16b7602
4 changed files with 8 additions and 9 deletions
|
@ -16,10 +16,6 @@ type QuicError struct {
|
|||
|
||||
var _ net.Error = &QuicError{}
|
||||
|
||||
// UserCanceledError is used if the application closes the connection
|
||||
// before the handshake completes.
|
||||
var UserCanceledError = &QuicError{ErrorCode: 0x15a}
|
||||
|
||||
// NewError creates a new QuicError instance
|
||||
func NewError(errorCode ErrorCode, errorMessage string) *QuicError {
|
||||
return &QuicError{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue