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

Issue 11689002: Fix for spdy cancelling ServerBoundCertServiceRequest (Closed)

Created:
7 years, 12 months ago by mattm
Modified:
7 years, 11 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Fix for SDPY not cancelling ServerBoundCertServiceRequest. Makes ServerBoundCertService::RequestHandle a real class which handles cancellation on destruction, instead of being just a void* handle. BUG=167705 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175902

Patch Set 1 #

Total comments: 3

Patch Set 2 : use RAII #

Patch Set 3 : NET_EXPORT the RequestHandle #

Unified diffs Side-by-side diffs Delta from patch set Stats (+137 lines, -53 lines) Patch
M net/base/server_bound_cert_service.h View 1 2 5 chunks +33 lines, -9 lines 0 comments Download
M net/base/server_bound_cert_service.cc View 1 4 chunks +38 lines, -8 lines 0 comments Download
M net/base/server_bound_cert_service_unittest.cc View 1 21 chunks +64 lines, -27 lines 0 comments Download
M net/socket/ssl_client_socket_nss.cc View 1 3 chunks +1 line, -7 lines 0 comments Download
M net/spdy/spdy_stream.cc View 1 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
mattm
I looked at this but found I'm not familiar enough with SpdyStream to know where ...
7 years, 12 months ago (2012-12-28 04:46:12 UTC) #1
Ryan Hamilton
https://codereview.chromium.org/11689002/diff/1/net/spdy/spdy_stream.cc File net/spdy/spdy_stream.cc (right): https://codereview.chromium.org/11689002/diff/1/net/spdy/spdy_stream.cc#newcode167 net/spdy/spdy_stream.cc:167: domain_bound_cert_request_handle_ = NULL; This seems like a reasonable place ...
7 years, 12 months ago (2012-12-28 16:30:53 UTC) #2
mattm
https://codereview.chromium.org/11689002/diff/1/net/spdy/spdy_stream.cc File net/spdy/spdy_stream.cc (right): https://codereview.chromium.org/11689002/diff/1/net/spdy/spdy_stream.cc#newcode167 net/spdy/spdy_stream.cc:167: domain_bound_cert_request_handle_ = NULL; On 2012/12/28 16:30:53, Ryan Hamilton wrote: ...
7 years, 11 months ago (2013-01-09 04:27:51 UTC) #3
Ryan Hamilton
lgtm https://codereview.chromium.org/11689002/diff/1/net/spdy/spdy_stream.cc File net/spdy/spdy_stream.cc (right): https://codereview.chromium.org/11689002/diff/1/net/spdy/spdy_stream.cc#newcode167 net/spdy/spdy_stream.cc:167: domain_bound_cert_request_handle_ = NULL; On 2013/01/09 04:27:51, mattm wrote: ...
7 years, 11 months ago (2013-01-09 04:48:03 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mattm@chromium.org/11689002/7001
7 years, 11 months ago (2013-01-09 09:58:39 UTC) #5
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 11 months ago (2013-01-09 10:47:35 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mattm@chromium.org/11689002/4004
7 years, 11 months ago (2013-01-09 20:00:33 UTC) #7
commit-bot: I haz the power
7 years, 11 months ago (2013-01-09 22:13:32 UTC) #8
Message was sent while issue was closed.
Change committed as 175902

Powered by Google App Engine
This is Rietveld 408576698