Avoid redundant Reset(); rename SPDY_RESET and SPDY_AUTO_RESET.
commitf907415d56ff5c997b27a61570afd33c178dcd7f
authorbnc <bnc@chromium.org>
Wed, 29 Jul 2015 13:19:17 +0000 (29 06:19 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 29 Jul 2015 13:20:05 +0000 (29 13:20 +0000)
tree03a9f395add0ee2f8b095f271c880acd99f8d954
parent740bfb2d885bc02eeef352b7a7142ba848cae58a
Avoid redundant Reset(); rename SPDY_RESET and SPDY_AUTO_RESET.

Rename states SPDY_RESET and SPDY_AUTO_RESET to better capture their meaning.
When SpdyFrame::ProcessInput finishes processing a frame it calls Reset. If that
frame is the last one then ProcessInput returns. On the next call to
ProcessInput, Reset is called again. This change avoid this redundant call.

This CL lands server change 97141246 by jamessynge.

BUG=488484

Review URL: https://codereview.chromium.org/1253913003

Cr-Commit-Position: refs/heads/master@{#340882}
net/spdy/buffered_spdy_framer.cc
net/spdy/spdy_framer.cc
net/spdy/spdy_framer.h
net/spdy/spdy_framer_test.cc
net/tools/flip_server/spdy_interface_test.cc