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

Issue 318613002: Allow empty header value in the blink HTTP header parser. (Closed)

Created:
6 years, 6 months ago by yhirano
Modified:
6 years, 6 months ago
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Allow empty header value in the blink HTTP header parser. The HTTP header parser in Blink forbids empty header values which should be allowed. This CL fix the issue. BUG=380075 R=tyoshino@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175532

Patch Set 1 #

Total comments: 12

Patch Set 2 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+202 lines, -50 lines) Patch
M Source/platform/network/HTTPParsers.cpp View 1 1 chunk +73 lines, -50 lines 1 comment Download
M Source/platform/network/HTTPParsersTest.cpp View 1 2 chunks +129 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
yhirano
6 years, 6 months ago (2014-06-04 07:33:39 UTC) #1
tyoshino (SeeGerritForStatus)
https://codereview.chromium.org/318613002/diff/1/Source/platform/network/HTTPParsers.cpp File Source/platform/network/HTTPParsers.cpp (right): https://codereview.chromium.org/318613002/diff/1/Source/platform/network/HTTPParsers.cpp#newcode636 Source/platform/network/HTTPParsers.cpp:636: for (i = start; i < size && s[i] ...
6 years, 6 months ago (2014-06-04 08:24:12 UTC) #2
yhirano
https://codereview.chromium.org/318613002/diff/1/Source/platform/network/HTTPParsers.cpp File Source/platform/network/HTTPParsers.cpp (right): https://codereview.chromium.org/318613002/diff/1/Source/platform/network/HTTPParsers.cpp#newcode636 Source/platform/network/HTTPParsers.cpp:636: for (i = start; i < size && s[i] ...
6 years, 6 months ago (2014-06-04 09:14:03 UTC) #3
tyoshino (SeeGerritForStatus)
lgtm https://codereview.chromium.org/318613002/diff/20001/Source/platform/network/HTTPParsers.cpp File Source/platform/network/HTTPParsers.cpp (right): https://codereview.chromium.org/318613002/diff/20001/Source/platform/network/HTTPParsers.cpp#newcode668 Source/platform/network/HTTPParsers.cpp:668: return false; nice!
6 years, 6 months ago (2014-06-05 02:07:32 UTC) #4
yhirano
+tkent for OWNER review.
6 years, 6 months ago (2014-06-05 03:48:47 UTC) #5
tkent
rslgtm
6 years, 6 months ago (2014-06-05 03:58:23 UTC) #6
yhirano
The CQ bit was checked by yhirano@chromium.org
6 years, 6 months ago (2014-06-05 04:02:59 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yhirano@chromium.org/318613002/20001
6 years, 6 months ago (2014-06-05 04:04:12 UTC) #8
commit-bot: I haz the power
6 years, 6 months ago (2014-06-05 05:16:05 UTC) #9
Message was sent while issue was closed.
Change committed as 175532

Powered by Google App Engine
This is Rietveld 408576698