mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-06 13:47:35 +03:00
run ineffassign in gometalinter
This commit is contained in:
parent
548916e902
commit
37aa577560
5 changed files with 6 additions and 1 deletions
|
@ -92,6 +92,7 @@ var _ = Describe("Packing and unpacking Initial packets", func() {
|
|||
Expect(err).ToNot(HaveOccurred())
|
||||
payloadStartIndex := buf.Len()
|
||||
aeadCl, err := crypto.NewNullAEAD(protocol.PerspectiveClient, connID, ver)
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
for _, f := range frames {
|
||||
err := f.Write(buf, ver)
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue