Skip to content

Commit

Permalink
Revert "chore: update padding size"
Browse files Browse the repository at this point in the history
This reverts commit b34b354.
  • Loading branch information
nange committed Aug 5, 2024
1 parent d23ae01 commit d51b501
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 = 96
MaxPaddingSize = 128
MinPaddingSize = 32
PaddingSize = 64
MaxPaddingSize = 255
MinPaddingSize = 64
)

type FrameType uint8
Expand Down

0 comments on commit d51b501

Please sign in to comment.