mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 04:07:35 +03:00
expose a StatelessResetError
This commit is contained in:
parent
1ce572228b
commit
93cfef57ca
8 changed files with 53 additions and 24 deletions
|
@ -8,6 +8,7 @@ type (
|
|||
TransportError = qerr.TransportError
|
||||
ApplicationError = qerr.ApplicationError
|
||||
VersionNegotiationError = qerr.VersionNegotiationError
|
||||
StatelessResetError = qerr.StatelessResetError
|
||||
)
|
||||
|
||||
type (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue