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

Issue 8432024: Correctly create a new stream when the server requires authentication. (Closed)

Created:
9 years, 1 month ago by James Simonsen
Modified:
9 years, 1 month ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Correctly create a new stream when the server requires authentication. The silly existing behavior is try to create another stream with the same ID, which causes a crash. BUG=102295 TEST=Start Chrome with --enable-http-pipelining, visit http://test.webdav.org/auth-basic/, enter "user1" for both username and password. It should return a "Not found" page. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=108151

Patch Set 1 #

Total comments: 1

Patch Set 2 : Fix nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -2 lines) Patch
M net/http/http_pipelined_stream.cc View 1 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
James Simonsen
9 years, 1 month ago (2011-11-01 02:53:13 UTC) #1
cbentzel
I don't know the pipelining code - but will this create a new TCP connection? ...
9 years, 1 month ago (2011-11-01 13:03:11 UTC) #2
mmenke
On 2011/11/01 13:03:11, cbentzel wrote: > I don't know the pipelining code - but will ...
9 years, 1 month ago (2011-11-01 13:54:23 UTC) #3
cbentzel
On Tue, Nov 1, 2011 at 9:54 AM, <mmenke@chromium.org> wrote: > On 2011/11/01 13:03:11, cbentzel ...
9 years, 1 month ago (2011-11-01 14:07:10 UTC) #4
mmenke
On 2011/11/01 14:07:10, cbentzel wrote: > That will likely be a problem - it will ...
9 years, 1 month ago (2011-11-01 14:15:00 UTC) #5
cbentzel
Yes, I agree that this should be taken for the crash fix, but need to ...
9 years, 1 month ago (2011-11-01 14:17:20 UTC) #6
mmenke
Code LGTM, then.
9 years, 1 month ago (2011-11-01 14:20:24 UTC) #7
mmenke
Modulo nit. http://codereview.chromium.org/8432024/diff/1/net/http/http_pipelined_stream.cc File net/http/http_pipelined_stream.cc (right): http://codereview.chromium.org/8432024/diff/1/net/http/http_pipelined_stream.cc#newcode76 net/http/http_pipelined_stream.cc:76: } else { nit: It's chrome style ...
9 years, 1 month ago (2011-11-01 14:21:55 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/simonjam@chromium.org/8432024/5001
9 years, 1 month ago (2011-11-01 18:10:02 UTC) #9
James Simonsen
On 2011/11/01 14:17:20, cbentzel wrote: > Yes, I agree that this should be taken for ...
9 years, 1 month ago (2011-11-01 18:18:40 UTC) #10
commit-bot: I haz the power
9 years, 1 month ago (2011-11-01 19:22:31 UTC) #11
Change committed as 108151

Powered by Google App Engine
This is Rietveld 408576698