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

Issue 2805039: SPDY: Make sure we don't try to send https/wss over an unauthenticated, but encrypted SSL socket. (Closed)

Created:
10 years, 6 months ago by willchan no longer on Chromium
Modified:
9 years, 7 months ago
Reviewers:
Mike Belshe
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr.
Base URL:
http://src.chromium.org/git/chromium.git
Visibility:
Public.

Description

SPDY: Make sure we don't try to send https/wss over an unauthenticated, but encrypted SSL socket. BUG=46924 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=50997

Patch Set 1 #

Total comments: 1

Patch Set 2 : Propagate error codes. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+109 lines, -45 lines) Patch
M net/http/http_network_transaction.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M net/http/http_network_transaction.cc View 1 4 chunks +27 lines, -12 lines 0 comments Download
M net/spdy/spdy_http_stream_unittest.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M net/spdy/spdy_network_transaction.cc View 2 chunks +11 lines, -5 lines 0 comments Download
M net/spdy/spdy_session.h View 1 2 chunks +13 lines, -7 lines 0 comments Download
M net/spdy/spdy_session.cc View 1 6 chunks +41 lines, -14 lines 0 comments Download
M net/spdy/spdy_session_pool.h View 1 2 chunks +4 lines, -1 line 0 comments Download
M net/spdy/spdy_session_pool.cc View 1 1 chunk +6 lines, -4 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
willchan no longer on Chromium
I need to write a test for this, but I'd like to send this out ...
10 years, 6 months ago (2010-06-27 18:28:19 UTC) #1
Mike Belshe
Thanks for doing this, Will. Let me know what you think of erroring the stream ...
10 years, 6 months ago (2010-06-27 21:15:40 UTC) #2
willchan no longer on Chromium
Sorry, slip of the mind. I blame it on the Boston weather. I've addressed this ...
10 years, 5 months ago (2010-06-28 15:27:27 UTC) #3
Mike Belshe
LGTM Any way to build a test case for this?
10 years, 5 months ago (2010-06-28 15:37:52 UTC) #4
willchan no longer on Chromium
10 years, 5 months ago (2010-06-28 17:30:06 UTC) #5
As discussed with Mike, I'm landing first and adding the test later.

On 2010/06/28 15:37:52, Mike Belshe wrote:
> LGTM
> 
> Any way to build a test case for this?

Powered by Google App Engine
This is Rietveld 408576698