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

Issue 431483002: QUIC - Added separate error condition for invalid expiry seconds and (Closed)

Created:
6 years, 4 months ago by ramant (doing other things)
Modified:
6 years, 4 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, asvitkine+watch_chromium.org, jar (doing other things), avd, Ryan Hamilton
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : Added histogram to track how expired server config is #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -2 lines) Patch
M net/quic/crypto/quic_crypto_client_config.cc View 1 2 chunks +9 lines, -2 lines 2 comments Download
M tools/metrics/histograms/histograms.xml View 2 chunks +9 lines, -0 lines 2 comments Download

Messages

Total messages: 11 (0 generated)
ramant (doing other things)
6 years, 4 months ago (2014-07-29 23:51:32 UTC) #1
Alexei Svitkine (slow)
lgtm
6 years, 4 months ago (2014-07-30 15:09:27 UTC) #2
ramant (doing other things)
Hi Wan-Teh, Would appreciate if you could take a look when you have few minutes. ...
6 years, 4 months ago (2014-07-31 14:52:58 UTC) #3
jar (doing other things)
https://codereview.chromium.org/431483002/diff/1/net/quic/crypto/quic_crypto_client_config.cc File net/quic/crypto/quic_crypto_client_config.cc (right): https://codereview.chromium.org/431483002/diff/1/net/quic/crypto/quic_crypto_client_config.cc#newcode93 net/quic/crypto/quic_crypto_client_config.cc:93: return false; Q: Do we also have histogram showing ...
6 years, 4 months ago (2014-07-31 23:23:10 UTC) #4
ramant (doing other things)
https://codereview.chromium.org/431483002/diff/1/net/quic/crypto/quic_crypto_client_config.cc File net/quic/crypto/quic_crypto_client_config.cc (right): https://codereview.chromium.org/431483002/diff/1/net/quic/crypto/quic_crypto_client_config.cc#newcode93 net/quic/crypto/quic_crypto_client_config.cc:93: return false; On 2014/07/31 23:23:10, jar wrote: > Q: ...
6 years, 4 months ago (2014-08-02 00:01:33 UTC) #5
jar (doing other things)
Thanks for adding the expiry time histogram! LGTM
6 years, 4 months ago (2014-08-03 01:22:29 UTC) #6
ramant (doing other things)
The CQ bit was checked by rtenneti@chromium.org
6 years, 4 months ago (2014-08-03 04:33:04 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rtenneti@chromium.org/431483002/20001
6 years, 4 months ago (2014-08-03 04:34:02 UTC) #8
commit-bot: I haz the power
Change committed as 287251
6 years, 4 months ago (2014-08-03 05:56:21 UTC) #9
wtc
Patch set 2 LGTM. https://codereview.chromium.org/431483002/diff/20001/net/quic/crypto/quic_crypto_client_config.cc File net/quic/crypto/quic_crypto_client_config.cc (right): https://codereview.chromium.org/431483002/diff/20001/net/quic/crypto/quic_crypto_client_config.cc#newcode43 net/quic/crypto/quic_crypto_client_config.cc:43: SERVER_CONFIG_INVALID_EXPIRY_SECONDS = 4, Nit: this ...
6 years, 4 months ago (2014-08-04 23:36:30 UTC) #10
ramant (doing other things)
6 years, 4 months ago (2014-08-05 22:07:25 UTC) #11
Message was sent while issue was closed.
Made the changes in CL:
  https://codereview.chromium.org/443763002/

https://codereview.chromium.org/431483002/diff/20001/net/quic/crypto/quic_cry...
File net/quic/crypto/quic_crypto_client_config.cc (right):

https://codereview.chromium.org/431483002/diff/20001/net/quic/crypto/quic_cry...
net/quic/crypto/quic_crypto_client_config.cc:43:
SERVER_CONFIG_INVALID_EXPIRY_SECONDS = 4,
On 2014/08/04 23:36:30, wtc wrote:
> 
> Nit: this can be shortened to "SERVER_CONFIG_INVALID_EXPIRY".
> 
> If you make this change, please update histograms.xml as well.

Done.

https://codereview.chromium.org/431483002/diff/20001/tools/metrics/histograms...
File tools/metrics/histograms/histograms.xml (right):

https://codereview.chromium.org/431483002/diff/20001/tools/metrics/histograms...
tools/metrics/histograms/histograms.xml:15119: +    How expired server config is
for sending InchoateClientHello to the server.
On 2014/08/04 23:36:30, wtc wrote:
> 
> Nit: InchoateClientHello => inchoate ClientHello

Done.

Powered by Google App Engine
This is Rietveld 408576698