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

Issue 2648253004: Add detection of Shoutcast responses and accept them as valid HTTP/0.9 (Closed)

Created:
3 years, 11 months ago by mmenke
Modified:
3 years, 10 months ago
Reviewers:
eroman
CC:
chromium-reviews, cbentzel+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add detection of Shoutcast responses and accept them as valid HTTP/0.9 responses over HTTP ports other than port 80, unlike other HTTP/0.9 responses. BUG=669800 Review-Url: https://codereview.chromium.org/2648253004 Cr-Commit-Position: refs/heads/master@{#446867} Committed: https://chromium.googlesource.com/chromium/src/+/d78f5290a5585d318081007097b9b2ba3b1cf311

Patch Set 1 #

Total comments: 14

Patch Set 2 : Response to comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+110 lines, -31 lines) Patch
M net/http/http_stream_parser.cc View 1 1 chunk +11 lines, -5 lines 0 comments Download
M net/http/http_stream_parser_unittest.cc View 1 3 chunks +99 lines, -26 lines 0 comments Download

Messages

Total messages: 18 (13 generated)
mmenke
This is what I propose as the long term shoutcast hack, per the intent thread ...
3 years, 11 months ago (2017-01-23 22:34:19 UTC) #4
eroman
lgtm https://codereview.chromium.org/2648253004/diff/1/net/http/http_stream_parser.cc File net/http/http_stream_parser.cc (right): https://codereview.chromium.org/2648253004/diff/1/net/http/http_stream_parser.cc#newcode971 net/http/http_stream_parser.cc:971: base::StringPiece scheme(request_->url.scheme_piece()); [optional] style-nit: use assignment https://codereview.chromium.org/2648253004/diff/1/net/http/http_stream_parser.cc#newcode975 net/http/http_stream_parser.cc:975: ...
3 years, 11 months ago (2017-01-24 00:37:29 UTC) #7
mmenke
https://codereview.chromium.org/2648253004/diff/1/net/http/http_stream_parser.cc File net/http/http_stream_parser.cc (right): https://codereview.chromium.org/2648253004/diff/1/net/http/http_stream_parser.cc#newcode971 net/http/http_stream_parser.cc:971: base::StringPiece scheme(request_->url.scheme_piece()); On 2017/01/24 00:37:29, eroman (slow) wrote: > ...
3 years, 11 months ago (2017-01-24 17:27:02 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2648253004/20001
3 years, 10 months ago (2017-01-27 23:48:30 UTC) #15
commit-bot: I haz the power
3 years, 10 months ago (2017-01-28 01:22:18 UTC) #18
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/d78f5290a5585d318081007097b9...

Powered by Google App Engine
This is Rietveld 408576698