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

Issue 260933004: Support Request hijacking in Shelf, using a similar API to Rack. (Closed)

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

Description

Support Request hijacking in Shelf, using a similar API to Rack. R=kevmoo@google.com Committed: https://code.google.com/p/dart/source/detail?r=36324

Patch Set 1 #

Total comments: 16

Patch Set 2 : code review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+278 lines, -8 lines) Patch
M pkg/shelf/CHANGELOG.md View 1 chunk +3 lines, -0 lines 0 comments Download
M pkg/shelf/lib/shelf.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/shelf/lib/shelf_io.dart View 1 3 chunks +33 lines, -3 lines 0 comments Download
M pkg/shelf/lib/src/handlers/logger.dart View 2 chunks +3 lines, -0 lines 0 comments Download
A pkg/shelf/lib/src/hijack_exception.dart View 1 chunk +21 lines, -0 lines 0 comments Download
M pkg/shelf/lib/src/middleware.dart View 4 chunks +11 lines, -3 lines 0 comments Download
M pkg/shelf/lib/src/request.dart View 1 4 chunks +95 lines, -1 line 0 comments Download
M pkg/shelf/lib/src/util.dart View 1 1 chunk +4 lines, -0 lines 0 comments Download
M pkg/shelf/pubspec.yaml View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/shelf/test/create_middleware_test.dart View 1 chunk +12 lines, -0 lines 0 comments Download
A pkg/shelf/test/hijack_test.dart View 1 1 chunk +51 lines, -0 lines 0 comments Download
M pkg/shelf/test/log_middleware_test.dart View 1 chunk +10 lines, -0 lines 0 comments Download
M pkg/shelf/test/shelf_io_test.dart View 1 1 chunk +33 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
nweiz
6 years, 7 months ago (2014-05-01 01:07:21 UTC) #1
kevmoo
Would you rebase on latest? I had a merge conflict. Likely since my change...change
6 years, 7 months ago (2014-05-07 19:11:34 UTC) #2
kevmoo
I'm struggling a bit w/ making folks special-case a particular Exception or special-case a particular ...
6 years, 7 months ago (2014-05-07 19:28:22 UTC) #3
nweiz
https://codereview.chromium.org/260933004/diff/1/pkg/shelf/lib/shelf_io.dart File pkg/shelf/lib/shelf_io.dart (right): https://codereview.chromium.org/260933004/diff/1/pkg/shelf/lib/shelf_io.dart#newcode80 pkg/shelf/lib/shelf_io.dart:80: ..writeln("${response.statusCode}"); On 2014/05/07 19:28:22, kevmoo wrote: > writeln takes ...
6 years, 7 months ago (2014-05-19 20:10:28 UTC) #4
kevmoo
lgtm w/ comments https://codereview.chromium.org/260933004/diff/1/pkg/shelf/lib/src/hijack_exception.dart File pkg/shelf/lib/src/hijack_exception.dart (right): https://codereview.chromium.org/260933004/diff/1/pkg/shelf/lib/src/hijack_exception.dart#newcode20 pkg/shelf/lib/src/hijack_exception.dart:20: "Shelf adapter."; On 2014/05/19 20:10:29, nweiz ...
6 years, 7 months ago (2014-05-19 20:14:17 UTC) #5
nweiz
6 years, 7 months ago (2014-05-19 21:00:59 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r36324 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698