| Index: net/spdy/spdy_protocol.cc
|
| diff --git a/net/spdy/spdy_protocol.cc b/net/spdy/spdy_protocol.cc
|
| index bf33d43944ab4460694ea588fe9ab6a3370c049a..a0e83132d039411838708adf3bb71e5d6b4f2d41 100644
|
| --- a/net/spdy/spdy_protocol.cc
|
| +++ b/net/spdy/spdy_protocol.cc
|
| @@ -542,9 +542,9 @@ bool SpdyConstants::IsValidGoAwayStatus(SpdyMajorVersion version,
|
| return false;
|
| }
|
|
|
| - // GOAWAY_INADEQUATE_SECURITY is the last valid status.
|
| + // GOAWAY_HTTP_1_1_REQUIRED is the last valid status.
|
| if (goaway_status_field >
|
| - SerializeGoAwayStatus(version, GOAWAY_INADEQUATE_SECURITY)) {
|
| + SerializeGoAwayStatus(version, GOAWAY_HTTP_1_1_REQUIRED)) {
|
| return false;
|
| }
|
|
|
|
|