Make SpdyFramer be able to process one frame at a time.
commit0eb473f68d0f88781eaef34df7a1fd927a96bc06
authorbnc <bnc@chromium.org>
Fri, 31 Jul 2015 19:46:04 +0000 (31 12:46 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 31 Jul 2015 19:46:34 +0000 (31 19:46 +0000)
tree3a9f3590624239bca2798aaf1d5b5ba7304aac14
parent9393e1eeeae43c41ef5c56c8e0105432267b40b7
Make SpdyFramer be able to process one frame at a time.

Allow SpdyFramer to be configured to process at most one frame at a time,
approximately "return when done with current frame". There is no behavior change
unless explicitly enabled, which is not done by existing code.

This CL lands server change 97245849 by jamessynge.

BUG=488484

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

Cr-Commit-Position: refs/heads/master@{#341391}
net/spdy/spdy_framer.cc
net/spdy/spdy_framer.h
net/spdy/spdy_framer_test.cc