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

Issue 9392030: SPDY Proxy - Bug fix to handle flow control (spdy/2.1) (Closed)

Created:
8 years, 10 months ago by ramant (doing other things)
Modified:
8 years, 10 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, Ryan Hamilton, wtc
Visibility:
Public.

Description

SPDY Proxy - Bug fix to handle flow control (spdy/2.1) Increase receive window size with bytes read. BUG=114064 R=willchan TEST=spdy tests. Accessing mail with SPDY proxy enabled. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=122395

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -5 lines) Patch
M net/spdy/spdy_http_stream.cc View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M net/spdy/spdy_proxy_client_socket.cc View 1 2 3 3 chunks +6 lines, -1 line 0 comments Download
M net/spdy/spdy_stream.cc View 1 2 3 3 chunks +8 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
ramant (doing other things)
Hi willchan and rch, This change seems to fix SPDY proxy not working SPDY/2.1. What ...
8 years, 10 months ago (2012-02-14 05:08:41 UTC) #1
willchan no longer on Chromium
http://codereview.chromium.org/9392030/diff/1/net/spdy/spdy_proxy_client_socket.cc File net/spdy/spdy_proxy_client_socket.cc (right): http://codereview.chromium.org/9392030/diff/1/net/spdy/spdy_proxy_client_socket.cc#newcode180 net/spdy/spdy_proxy_client_socket.cc:180: memcpy(user_buffer_->data(), data->data(), bytes_to_copy); Don't you need to do bytes_read ...
8 years, 10 months ago (2012-02-14 06:11:47 UTC) #2
ramant (doing other things)
http://codereview.chromium.org/9392030/diff/1/net/spdy/spdy_proxy_client_socket.cc File net/spdy/spdy_proxy_client_socket.cc (right): http://codereview.chromium.org/9392030/diff/1/net/spdy/spdy_proxy_client_socket.cc#newcode180 net/spdy/spdy_proxy_client_socket.cc:180: memcpy(user_buffer_->data(), data->data(), bytes_to_copy); On 2012/02/14 06:11:48, willchan wrote: > ...
8 years, 10 months ago (2012-02-14 06:34:28 UTC) #3
willchan no longer on Chromium
lgtm http://codereview.chromium.org/9392030/diff/10003/net/spdy/spdy_http_stream.cc File net/spdy/spdy_http_stream.cc (right): http://codereview.chromium.org/9392030/diff/10003/net/spdy/spdy_http_stream.cc#newcode132 net/spdy/spdy_http_stream.cc:132: if (spdy_session_) We don't need this if statement ...
8 years, 10 months ago (2012-02-14 19:16:44 UTC) #4
ramant (doing other things)
Hi willchan, Integrated with the code from the trunk and removed the if statement. Could ...
8 years, 10 months ago (2012-02-16 00:23:14 UTC) #5
willchan no longer on Chromium
LGTM
8 years, 10 months ago (2012-02-16 19:01:29 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rtenneti@chromium.org/9392030/13001
8 years, 10 months ago (2012-02-16 19:05:14 UTC) #7
commit-bot: I haz the power
Try job failure for 9392030-13001 (retry) on linux_rel for step "check_deps". It's a second try, ...
8 years, 10 months ago (2012-02-16 20:09:49 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rtenneti@chromium.org/9392030/13001
8 years, 10 months ago (2012-02-16 21:52:25 UTC) #9
commit-bot: I haz the power
8 years, 10 months ago (2012-02-16 23:05:07 UTC) #10
Try job failure for 9392030-13001 (retry) on linux_rel for step "ui_tests".
It's a second try, previously, step "ui_tests" failed.
http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&...

Powered by Google App Engine
This is Rietveld 408576698