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

Issue 349293010: Deprecate HTTP/2 PAD_HIGH field and enforce max padding size to 256 octets. (Closed)

Created:
6 years, 6 months ago by Johnny
Modified:
6 years, 5 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Deprecate HTTP/2 PAD_HIGH field and enforce max padding size to 256 octets. 1. Replaced *_FLAG_PAD_LOW and *_FLAG_PAD_HIGH flags with *_FLAG_PADDED; 2. Reduce the size of pad length field from two octets to one octet (deprecated pad_high field); 3. Enforce the max padding size to be 256 octets. This lands server change 69870499 by raullenchai. BUG=

Patch Set 1 #

Patch Set 2 : nullptr => NULL. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -140 lines) Patch
M net/spdy/spdy_framer.h View 1 chunk +0 lines, -3 lines 0 comments Download
M net/spdy/spdy_framer.cc View 9 chunks +39 lines, -65 lines 0 comments Download
M net/spdy/spdy_framer_test.cc View 1 18 chunks +30 lines, -46 lines 0 comments Download
M net/spdy/spdy_protocol.h View 5 chunks +12 lines, -22 lines 0 comments Download
M net/spdy/spdy_protocol.cc View 1 chunk +2 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Johnny
6 years, 6 months ago (2014-06-25 17:06:52 UTC) #1
Ryan Hamilton
6 years, 6 months ago (2014-06-25 23:31:23 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698