]> Cypherpunks repositories - gostls13.git/commitdiff
http/spdy: add type to FlagClearPreviouslyPersistedSettings constant
authorRoss Light <rlight2@gmail.com>
Wed, 4 May 2011 19:01:33 +0000 (15:01 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 4 May 2011 19:01:33 +0000 (15:01 -0400)
R=rsc, bradfitz
CC=golang-dev
https://golang.org/cl/4436074

src/pkg/http/spdy/protocol.go

index 09519d6d30f639d62a3d00e98e5a4ea0b2ddc904..d584ea232eab0a06a31f019b6dfbcfa3cb91a3a5 100644 (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.