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}