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

Issue 15256002: Rewrite parts of http-parser, to better handle connection errors and pausing. (Closed)

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

Description

Rewrite parts of http-parser, to better handle connection errors and pausing. We now correctly catch up and report 'dead' connections in the HttpClient. BUG= R=sgjesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=22834

Patch Set 1 #

Total comments: 8

Patch Set 2 : Cleanup. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+121 lines, -67 lines) Patch
M sdk/lib/io/http_impl.dart View 1 5 chunks +28 lines, -7 lines 0 comments Download
M sdk/lib/io/http_parser.dart View 1 7 chunks +74 lines, -41 lines 0 comments Download
M tests/standalone/io/http_parser_test.dart View 5 chunks +19 lines, -19 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Anders Johnsen
7 years, 7 months ago (2013-05-17 06:23:19 UTC) #1
Søren Gjesse
LGTM! https://codereview.chromium.org/15256002/diff/1/sdk/lib/io/http_impl.dart File sdk/lib/io/http_impl.dart (right): https://codereview.chromium.org/15256002/diff/1/sdk/lib/io/http_impl.dart#newcode1074 sdk/lib/io/http_impl.dart:1074: bool closed = false; Private? (also key above). ...
7 years, 7 months ago (2013-05-17 07:09:28 UTC) #2
Anders Johnsen
https://codereview.chromium.org/15256002/diff/1/sdk/lib/io/http_impl.dart File sdk/lib/io/http_impl.dart (right): https://codereview.chromium.org/15256002/diff/1/sdk/lib/io/http_impl.dart#newcode1074 sdk/lib/io/http_impl.dart:1074: bool closed = false; On 2013/05/17 07:09:28, Søren Gjesse ...
7 years, 7 months ago (2013-05-17 08:27:59 UTC) #3
Anders Johnsen
7 years, 7 months ago (2013-05-17 08:28:29 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r22834 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698