rename StreamFrame.FinBit to Fin

This commit is contained in:
Marten Seemann
2020-07-02 16:30:32 +07:00
parent 865332015c
commit 838dd6e81a
14 changed files with 64 additions and 64 deletions

View File

@@ -130,7 +130,7 @@ var _ = Describe("Frame parsing", func() {
f := &StreamFrame{
StreamID: 0x42,
Offset: 0x1337,
FinBit: true,
Fin: true,
Data: []byte("foobar"),
}
err := f.Write(buf, versionIETFFrames)