rename the BLOCKED from to DATA_BLOCKED

This commit is contained in:
Marten Seemann
2018-10-31 09:13:33 +07:00
parent 4d3bafd44d
commit 387613aa20
10 changed files with 56 additions and 57 deletions

View File

@@ -11,7 +11,7 @@ import (
var _ = Describe("retransmittable frames", func() {
for fl, el := range map[wire.Frame]bool{
&wire.AckFrame{}: false,
&wire.BlockedFrame{}: true,
&wire.DataBlockedFrame{}: true,
&wire.ConnectionCloseFrame{}: true,
&wire.PingFrame{}: true,
&wire.ResetStreamFrame{}: true,