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

Issue 9616004: Add handling of the HTTP header "Host" (Closed)

Created:
8 years, 9 months ago by Søren Gjesse
Modified:
8 years, 9 months ago
Reviewers:
Anders Johnsen
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add handling of the HTTP header "Host" R=ajohnsen@google.com BUG=none TEST=tests/standalone/src/io/HttpTest.dart Committed: https://code.google.com/p/dart/source/detail?r=5015

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+125 lines, -11 lines) Patch
M runtime/bin/http.dart View 5 chunks +35 lines, -5 lines 0 comments Download
M runtime/bin/http_impl.dart View 1 8 chunks +43 lines, -6 lines 0 comments Download
M tests/standalone/src/io/HttpTest.dart View 4 chunks +47 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Søren Gjesse
8 years, 9 months ago (2012-03-06 10:22:15 UTC) #1
Anders Johnsen
LGTM, thank you for adding this! https://chromiumcodereview.appspot.com/9616004/diff/1/runtime/bin/http_impl.dart File runtime/bin/http_impl.dart (right): https://chromiumcodereview.appspot.com/9616004/diff/1/runtime/bin/http_impl.dart#newcode717 runtime/bin/http_impl.dart:717: Date get host() ...
8 years, 9 months ago (2012-03-06 10:29:57 UTC) #2
Søren Gjesse
8 years, 9 months ago (2012-03-06 10:59:05 UTC) #3
https://chromiumcodereview.appspot.com/9616004/diff/1/runtime/bin/http_impl.dart
File runtime/bin/http_impl.dart (right):

https://chromiumcodereview.appspot.com/9616004/diff/1/runtime/bin/http_impl.d...
runtime/bin/http_impl.dart:717: Date get host() => _host;
On 2012/03/06 10:29:57, ajohnsen wrote:
> String

Oops, forgot to run tests with type check turned on.

Powered by Google App Engine
This is Rietveld 408576698