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

Issue 5599004: Initialize HttpStreamRequest::alternate_protocol_ to avoid Valgrind false rep... (Closed)

Created:
10 years ago by Timur Iskhodzhanov
Modified:
9 years, 6 months ago
CC:
chromium-reviews, Alexander Potapenko, cbentzel+watch_chromium.org, pam+watch_chromium.org, darin-cc_chromium.org, stuartmorgan+watch_chromium.org
Visibility:
Public.

Description

Initialize HttpStreamRequest::alternate_protocol_ to avoid Valgrind false reports BUG=64918 TEST=linux_valgrind trybot Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=68456

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -27 lines) Patch
M net/http/http_alternate_protocols.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_stream_request.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M tools/valgrind/memcheck/suppressions.txt View 1 chunk +0 lines, -27 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Timur Iskhodzhanov
Hi Mike, Will, ( this patch should fix http://code.google.com/p/chromium/issues/detail?id=64918 ) The "bool want_spdy_over_npn = alternate_protocol_mode_ ...
10 years ago (2010-12-06 16:40:22 UTC) #1
willchan no longer on Chromium
http://codereview.chromium.org/5599004/diff/1/net/http/http_stream_request.cc File net/http/http_stream_request.cc (right): http://codereview.chromium.org/5599004/diff/1/net/http/http_stream_request.cc#newcode66 net/http/http_stream_request.cc:66: alternate_protocol_(HttpAlternateProtocols::BROKEN), I'd prefer you added a new enum value ...
10 years ago (2010-12-06 17:52:04 UTC) #2
Mike Belshe
LGTM - thanks for tracking this down!
10 years ago (2010-12-06 18:03:21 UTC) #3
Timur Iskhodzhanov
I don't see much difference between BROKEN and INVALID names :-) that said I think ...
10 years ago (2010-12-06 18:39:41 UTC) #4
willchan no longer on Chromium
On 2010/12/06 18:39:41, Timur Iskhodzhanov wrote: > I don't see much difference between BROKEN and ...
10 years ago (2010-12-06 20:19:16 UTC) #5
Timur Iskhodzhanov
UNINITIALIZED sounds much better to me. Done. On 2010/12/06 20:19:16, willchan wrote: > On 2010/12/06 ...
10 years ago (2010-12-06 21:10:45 UTC) #6
willchan no longer on Chromium
10 years ago (2010-12-06 21:16:42 UTC) #7
LGTM

Powered by Google App Engine
This is Rietveld 408576698