Skip to content

Commit

Permalink
chore: update padding size
Browse files Browse the repository at this point in the history
  • Loading branch information
nange committed Apr 12, 2024
1 parent 70edc62 commit b34b354
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cipherstream/frame.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ import (

const (
Http2HeaderLen = 9
PaddingSize = 64
MaxPaddingSize = 255
MinPaddingSize = 64
PaddingSize = 96
MaxPaddingSize = 128
MinPaddingSize = 32
)

type FrameType uint8
Expand Down

0 comments on commit b34b354

Please sign in to comment.