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

Issue 244833003: SPDY tests: Additional headers validation in framer tests. (Closed)

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

Description

SPDY tests: Additional headers validation in framer tests. Server change also included logic to lower-case headers and error on responses with incorrect casing. This wasn't merged, as Chromium instead has handling and tests on this in SpdyStream. This lands server change 63898388 by mlavan. BUG=345769

Patch Set 1 #

Patch Set 2 : Back out header casing & checks. Build fix. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -5 lines) Patch
M net/spdy/spdy_framer_test.cc View 1 3 chunks +35 lines, -5 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Johnny
6 years, 8 months ago (2014-04-21 23:18:22 UTC) #1
Ryan Hamilton
lgtm
6 years, 8 months ago (2014-04-22 03:28:54 UTC) #2
Johnny
6 years, 8 months ago (2014-04-23 17:33:07 UTC) #3
FYI: I backed out much of the header casing logic, and left only the extra test
validation this CL introduced.

SpdyStream has equivalent casing checks and testing, which this CL otherwise
breaks. There isn't a good way to have both and I don't think we need it.

Powered by Google App Engine
This is Rietveld 408576698