Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(258)

Issue 9425023: Refactor BufferedSpdyFramer so that SpdySession is not a visitor of (Closed)

Created:
8 years, 10 months ago by Ryan Hamilton
Modified:
8 years, 10 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Refactor BufferedSpdyFramer so that SpdySession is not a visitor of both BufferedSpdyFramer and SpdyFramer. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=122773

Patch Set 1 #

Patch Set 2 : Clean up #

Patch Set 3 : Move frame count tracking from SpdySession to BuffereSpdyFramer #

Total comments: 2

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+215 lines, -258 lines) Patch
M net/spdy/buffered_spdy_framer.h View 1 2 3 4 5 5 chunks +52 lines, -13 lines 0 comments Download
M net/spdy/buffered_spdy_framer.cc View 1 2 3 4 chunks +44 lines, -4 lines 1 comment Download
M net/spdy/buffered_spdy_framer_unittest.cc View 1 6 chunks +20 lines, -34 lines 0 comments Download
M net/spdy/spdy_session.h View 1 2 4 chunks +13 lines, -24 lines 0 comments Download
M net/spdy/spdy_session.cc View 1 2 5 chunks +11 lines, -66 lines 0 comments Download
M net/tools/flip_server/spdy_interface.h View 1 2 3 4 1 chunk +17 lines, -12 lines 0 comments Download
M net/tools/flip_server/spdy_interface.cc View 1 2 3 4 4 chunks +58 lines, -105 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Ryan Hamilton
Hi Guys, I believe this CL does the needful to BufferedSpdyFramer. Please take a look... ...
8 years, 10 months ago (2012-02-18 00:22:56 UTC) #1
willchan no longer on Chromium
lgtm
8 years, 10 months ago (2012-02-18 17:41:53 UTC) #2
ramant (doing other things)
Could you please make changes to flip server code and fix lint errors. thanks
8 years, 10 months ago (2012-02-19 23:39:56 UTC) #3
ramant (doing other things)
lgtm https://chromiumcodereview.appspot.com/9425023/diff/8/net/spdy/buffered_spdy_framer.h File net/spdy/buffered_spdy_framer.h (right): https://chromiumcodereview.appspot.com/9425023/diff/8/net/spdy/buffered_spdy_framer.h#newcode84 net/spdy/buffered_spdy_framer.h:84: virtual void OnError(SpdyFramer*); nit: name for argument.
8 years, 10 months ago (2012-02-19 23:48:44 UTC) #4
Ryan Hamilton
Thanks for the LGTM. I've fixed up the flip server too. https://chromiumcodereview.appspot.com/9425023/diff/8/net/spdy/buffered_spdy_framer.h File net/spdy/buffered_spdy_framer.h (right): ...
8 years, 10 months ago (2012-02-20 17:57:09 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/9425023/6012
8 years, 10 months ago (2012-02-20 17:57:24 UTC) #6
commit-bot: I haz the power
Try job failure for 9425023-6012 (retry) on linux_clang for step "compile" (clobber build). It's a ...
8 years, 10 months ago (2012-02-20 18:17:29 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/9425023/7012
8 years, 10 months ago (2012-02-20 19:04:52 UTC) #8
commit-bot: I haz the power
Change committed as 122773
8 years, 10 months ago (2012-02-20 20:21:34 UTC) #9
James Hawkins
8 years, 10 months ago (2012-02-20 21:45:43 UTC) #10
http://codereview.chromium.org/9425023/diff/7012/net/spdy/buffered_spdy_frame...
File net/spdy/buffered_spdy_framer.cc (right):

http://codereview.chromium.org/9425023/diff/7012/net/spdy/buffered_spdy_frame...
net/spdy/buffered_spdy_framer.cc:33: frames_received_++;
|frames_received_| is uninitialized.

Powered by Google App Engine
This is Rietveld 408576698