diff options
Diffstat (limited to 'net/spdy/spdy_test_util_common.cc')
-rw-r--r-- | net/spdy/spdy_test_util_common.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/spdy/spdy_test_util_common.cc b/net/spdy/spdy_test_util_common.cc index 89d1882..bc6d5ac 100644 --- a/net/spdy/spdy_test_util_common.cc +++ b/net/spdy/spdy_test_util_common.cc @@ -874,7 +874,8 @@ SpdyFrame* SpdyTestUtil::ConstructSpdyGoAway() const { SpdyFrame* SpdyTestUtil::ConstructSpdyGoAway( SpdyStreamId last_good_stream_id) const { - return CreateFramer()->CreateGoAway(last_good_stream_id, GOAWAY_OK); + return CreateFramer()->CreateGoAway(last_good_stream_id, GOAWAY_OK, + "go away"); } SpdyFrame* SpdyTestUtil::ConstructSpdyWindowUpdate( |