Skip to content

Commit

Permalink
transport: update http2 spec document link (#5597)
Browse files Browse the repository at this point in the history
  • Loading branch information
jronak committed Aug 26, 2022
1 parent 641dc87 commit b225dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/transport/http_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import (
const (
// http2MaxFrameLen specifies the max length of a HTTP2 frame.
http2MaxFrameLen = 16384 // 16KB frame
// http://http2.github.io/http2-spec/#SettingValues
// https://httpwg.org/specs/rfc7540.html#SettingValues
http2InitHeaderTableSize = 4096
)

Expand Down

0 comments on commit b225dda

Please sign in to comment.