1
0
mirror of https://github.com/golang/go synced 2024-11-21 14:14:40 -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:
Ross Light 2011-05-04 15:01:33 -04:00 committed by Russ Cox
parent 13f08cd807
commit bcf3bfe2fe

View File

@ -73,7 +73,7 @@ const (
// SETTINGS frame flags
const (
FlagClearPreviouslyPersistedSettings = 0x01
FlagClearPreviouslyPersistedSettings FrameFlags = 0x01
)
// MaxDataLength is the maximum number of bytes that can be stored in one frame.