mirror of
https://github.com/golang/go
synced 2024-11-21 17:54:39 -07:00
http/spdy: add type to FlagClearPreviouslyPersistedSettings constant
R=rsc, bradfitz CC=golang-dev https://golang.org/cl/4436074
This commit is contained in:
parent
13f08cd807
commit
bcf3bfe2fe
@ -73,7 +73,7 @@ const (
|
|||||||
|
|
||||||
// SETTINGS frame flags
|
// SETTINGS frame flags
|
||||||
const (
|
const (
|
||||||
FlagClearPreviouslyPersistedSettings = 0x01
|
FlagClearPreviouslyPersistedSettings FrameFlags = 0x01
|
||||||
)
|
)
|
||||||
|
|
||||||
// MaxDataLength is the maximum number of bytes that can be stored in one frame.
|
// MaxDataLength is the maximum number of bytes that can be stored in one frame.
|
||||||
|
Loading…
Reference in New Issue
Block a user