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

Issue 311233004: Add an http_multi_server package. (Closed)

Created:
6 years, 6 months ago by nweiz
Modified:
6 years, 6 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add an http_multi_server package. This package supports using the same server class for multiple bound interfaces. In particular, it's useful for binding both IPv4 and IPv6 loopback interfaces. R=rnystrom@google.com BUG=19147 Committed: https://code.google.com/p/dart/source/detail?r=37023

Patch Set 1 #

Total comments: 10

Patch Set 2 : code review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+361 lines, --1 lines) Patch
A pkg/http_multi_server/README.md View 1 chunk +25 lines, -0 lines 0 comments Download
A pkg/http_multi_server/lib/http_multi_server.dart View 1 1 chunk +136 lines, -0 lines 0 comments Download
A pkg/http_multi_server/lib/src/utils.dart View 1 chunk +62 lines, -0 lines 0 comments Download
A pkg/http_multi_server/pubspec.yaml View 1 chunk +11 lines, -0 lines 0 comments Download
A pkg/http_multi_server/test/http_multi_server_test.dart View 1 1 chunk +128 lines, -0 lines 0 comments Download
A + pkg/http_server/lib/src/http_multi_server.dart View 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
nweiz
6 years, 6 months ago (2014-06-04 21:48:26 UTC) #1
Bob Nystrom
Is src/http_multi_server.dart supposed to exist or be empty? https://codereview.chromium.org/311233004/diff/1/pkg/http_multi_server/lib/http_multi_server.dart File pkg/http_multi_server/lib/http_multi_server.dart (right): https://codereview.chromium.org/311233004/diff/1/pkg/http_multi_server/lib/http_multi_server.dart#newcode66 pkg/http_multi_server/lib/http_multi_server.dart:66: /// ...
6 years, 6 months ago (2014-06-04 23:58:17 UTC) #2
nweiz
https://codereview.chromium.org/311233004/diff/1/pkg/http_multi_server/lib/http_multi_server.dart File pkg/http_multi_server/lib/http_multi_server.dart (right): https://codereview.chromium.org/311233004/diff/1/pkg/http_multi_server/lib/http_multi_server.dart#newcode66 pkg/http_multi_server/lib/http_multi_server.dart:66: /// If this computer supports both IPv4 and IPv6, ...
6 years, 6 months ago (2014-06-05 00:36:09 UTC) #3
Bob Nystrom
lgtm
6 years, 6 months ago (2014-06-05 00:39:28 UTC) #4
nweiz
6 years, 6 months ago (2014-06-05 00:43:44 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r37023 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698