1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-12 04:29:33 +00:00

Update vendor

This commit is contained in:
Darren Shepherd
2020-07-11 10:02:27 -07:00
parent 86ca75f99f
commit a7e7e75b2c
144 changed files with 34066 additions and 102121 deletions

View File

@@ -8,6 +8,8 @@ package http2
// flow is the flow control window's size.
type flow struct {
_ incomparable
// n is the number of DATA bytes we're allowed to send.
// A flow is kept both on a conn and a per-stream.
n int32