forked from quic-go/quic-go
log tokens in NEW_TOKEN frames, Retry packets and Initial packets
This commit is contained in:
@@ -149,8 +149,7 @@ var _ = Describe("Frames", func() {
|
||||
},
|
||||
map[string]interface{}{
|
||||
"frame_type": "new_token",
|
||||
"length": 4,
|
||||
"token": "deadbeef",
|
||||
"token": map[string]interface{}{"data": "deadbeef"},
|
||||
},
|
||||
)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user