mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 12:47:36 +03:00
fix typo in error message in sent packet handler
This commit is contained in:
parent
6472e9f143
commit
166d91ae0f
1 changed files with 1 additions and 1 deletions
|
@ -634,7 +634,7 @@ func (h *sentPacketHandler) onVerifiedLossDetectionTimeout() error {
|
|||
case protocol.Encryption1RTT:
|
||||
h.ptoMode = SendPTOAppData
|
||||
default:
|
||||
return fmt.Errorf("TPO timer in unexpected encryption level: %s", encLevel)
|
||||
return fmt.Errorf("PTO timer in unexpected encryption level: %s", encLevel)
|
||||
}
|
||||
} else {
|
||||
if h.perspective == protocol.PerspectiveServer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue