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

Issue 654933005: pkg/shelf: handle errors when parsing HttpRequest in shelf_io (Closed)

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

Description

Patch Set 1 #

Total comments: 4

Patch Set 2 : rebase, changelog entry #

Patch Set 3 : added a test #

Patch Set 4 : fixed test name #

Patch Set 5 : fixed changelog typo #

Patch Set 6 : prepare for release #

Patch Set 7 : nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -5 lines) Patch
M pkg/shelf/CHANGELOG.md View 1 2 3 4 5 1 chunk +5 lines, -2 lines 0 comments Download
M pkg/shelf/lib/shelf_io.dart View 1 2 3 4 5 6 1 chunk +7 lines, -1 line 0 comments Download
M pkg/shelf/pubspec.yaml View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/shelf/test/shelf_io_test.dart View 1 2 3 1 chunk +29 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
kevmoo
I'm struggling with a way to test this. Thoughts appreciated
6 years, 2 months ago (2014-10-14 22:03:40 UTC) #2
nweiz
You should be able to test this by manually opening a socket to the server ...
6 years, 2 months ago (2014-10-14 22:16:24 UTC) #3
kevmoo
PTAL https://codereview.chromium.org/654933005/diff/1/pkg/shelf/lib/shelf_io.dart File pkg/shelf/lib/shelf_io.dart (right): https://codereview.chromium.org/654933005/diff/1/pkg/shelf/lib/shelf_io.dart#newcode58 pkg/shelf/lib/shelf_io.dart:58: shelfRequest =_fromHttpRequest(request); On 2014/10/14 22:16:24, nweiz wrote: > ...
6 years, 1 month ago (2014-11-23 00:21:19 UTC) #4
nweiz
lgtm https://codereview.chromium.org/654933005/diff/1/pkg/shelf/lib/shelf_io.dart File pkg/shelf/lib/shelf_io.dart (right): https://codereview.chromium.org/654933005/diff/1/pkg/shelf/lib/shelf_io.dart#newcode58 pkg/shelf/lib/shelf_io.dart:58: shelfRequest =_fromHttpRequest(request); On 2014/11/23 00:21:19, kevmoo wrote: > ...
6 years ago (2014-11-24 20:55:21 UTC) #5
kevmoo
https://codereview.chromium.org/654933005/diff/1/pkg/shelf/lib/shelf_io.dart File pkg/shelf/lib/shelf_io.dart (right): https://codereview.chromium.org/654933005/diff/1/pkg/shelf/lib/shelf_io.dart#newcode58 pkg/shelf/lib/shelf_io.dart:58: shelfRequest =_fromHttpRequest(request); On 2014/11/24 20:55:20, nweiz wrote: > On ...
6 years ago (2014-11-24 21:04:31 UTC) #6
kevmoo
6 years ago (2014-11-24 21:04:46 UTC) #7
Message was sent while issue was closed.
Committed patchset #7 (id:120001) manually as 41941 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698