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

Issue 246933003: SPDY: Fix flaky padding edge case. (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: Fix flaky padding edge case. The root cause of the flakiness is: during the processing of data frame, the visitor should be informed if the FIN flag is set and there is no more data in this frame. One corner case that has not been covered is when remaining_data_length_ = remaining_padding_payload_length_ = 0, which does happen when the data payload is empty (e.g., GET request) and the padding len is exactly 1. This lands server change 64513441 by raullenchai. BUG=345769

Patch Set 1 #

Patch Set 2 : Rebase only. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -14 lines) Patch
M net/spdy/spdy_framer.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/spdy/spdy_framer.cc View 1 4 chunks +28 lines, -14 lines 0 comments Download
M net/spdy/spdy_framer_test.cc View 1 1 chunk +41 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Johnny
6 years, 8 months ago (2014-04-22 15:29:15 UTC) #1
Ryan Hamilton
6 years, 8 months ago (2014-04-22 16:03:44 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698