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

Issue 1404523004: relnote: Check QUIC handshake reject_reasons to decide whether to send (Closed)

Created:
5 years, 2 months ago by ramant (doing other things)
Modified:
5 years, 2 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@Create_Quic_version_28_103943396
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

relnote: Check QUIC handshake reject_reasons to decide whether to send a REJ. No behavior change, not protected. Simplifies things a little in the server crypto code. Instead of storing both a reject_reason *and* a boolean indicating whether there was a problem, just store the reject reason and use the presence of any such reasons to decide to send a REJ. Merge internal change: 103949902 R=rch@chromium.org

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -25 lines) Patch
M net/quic/crypto/quic_crypto_server_config.h View 1 chunk +0 lines, -2 lines 0 comments Download
M net/quic/crypto/quic_crypto_server_config.cc View 6 chunks +7 lines, -23 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 2 (0 generated)
ramant (doing other things)
5 years, 2 months ago (2015-10-13 20:53:52 UTC) #1
Ryan Hamilton
5 years, 2 months ago (2015-10-13 22:39:27 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698