Commit bcf3bfe2 authored by Ross Light's avatar Ross Light Committed by Russ Cox

http/spdy: add type to FlagClearPreviouslyPersistedSettings constant

R=rsc, bradfitz
CC=golang-dev
https://golang.org/cl/4436074
parent 13f08cd8
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment