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

Issue 2827083002: Created a new synchronous http client using RawSynchronousSockets. (Closed)

Created:
3 years, 8 months ago by bkonyi
Modified:
3 years, 8 months ago
Reviewers:
zra
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Created a new synchronous http client using RawSynchronousSockets. BUG= R=zra@google.com Committed: https://github.com/dart-lang/sync_http/commit/03561155865b40eb7a3853d11ff31d09296c3dc9

Patch Set 1 #

Total comments: 51

Patch Set 2 : Created a new synchronous http client using RawSynchronousSockets. #

Total comments: 6

Patch Set 3 : Added more documentation, updated README #

Total comments: 4

Patch Set 4 : Fixed issues with tests, added huge test, updated README #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1077 lines, -1 line) Patch
A .analysis_options View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A .gitignore View 1 1 chunk +15 lines, -0 lines 0 comments Download
A LICENSE View 1 1 chunk +26 lines, -0 lines 0 comments Download
M README.md View 1 2 3 1 chunk +16 lines, -1 line 0 comments Download
A codereview.settings View 1 1 chunk +4 lines, -0 lines 0 comments Download
A lib/src/line_decoder.dart View 1 1 chunk +50 lines, -0 lines 0 comments Download
A lib/src/sync_http.dart View 1 2 1 chunk +596 lines, -0 lines 0 comments Download
A lib/sync_http.dart View 1 1 chunk +17 lines, -0 lines 0 comments Download
A pubspec.yaml View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
A test/http_basic_test.dart View 1 2 3 1 chunk +342 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (2 generated)
bkonyi
3 years, 8 months ago (2017-04-19 16:31:36 UTC) #2
bkonyi
Added quick notes. https://codereview.chromium.org/2827083002/diff/1/lib/src/http_basic_test.dart File lib/src/http_basic_test.dart (right): https://codereview.chromium.org/2827083002/diff/1/lib/src/http_basic_test.dart#newcode1 lib/src/http_basic_test.dart:1: // Copyright (c) 2013, the Dart ...
3 years, 8 months ago (2017-04-19 16:37:53 UTC) #3
zra
See the yaml package here: https://github.com/dart-lang/yaml for an idea of the files and layout to ...
3 years, 8 months ago (2017-04-19 17:46:14 UTC) #4
bkonyi
Addressed your comments and fixed analyzer issues. PTAL. https://codereview.chromium.org/2827083002/diff/1/codereview.settings File codereview.settings (right): https://codereview.chromium.org/2827083002/diff/1/codereview.settings#newcode3 codereview.settings:3: VIEW_VC: ...
3 years, 8 months ago (2017-04-19 21:29:51 UTC) #5
zra
https://codereview.chromium.org/2827083002/diff/20001/lib/src/sync_http.dart File lib/src/sync_http.dart (right): https://codereview.chromium.org/2827083002/diff/20001/lib/src/sync_http.dart#newcode35 lib/src/sync_http.dart:35: int get contentLength => hasBody ? _body.length : null; ...
3 years, 8 months ago (2017-04-19 22:42:43 UTC) #6
zra
It would also be nice to set this up with Travis CL, but that can ...
3 years, 8 months ago (2017-04-19 22:43:30 UTC) #7
zra
On 2017/04/19 22:43:30, zra wrote: > It would also be nice to set this up ...
3 years, 8 months ago (2017-04-19 22:43:46 UTC) #8
bkonyi
Addressed your comments + updated the README. PTAL. https://codereview.chromium.org/2827083002/diff/20001/lib/src/sync_http.dart File lib/src/sync_http.dart (right): https://codereview.chromium.org/2827083002/diff/20001/lib/src/sync_http.dart#newcode35 lib/src/sync_http.dart:35: int ...
3 years, 8 months ago (2017-04-20 14:40:48 UTC) #9
zra
Last two small things. https://codereview.chromium.org/2827083002/diff/40001/README.md File README.md (right): https://codereview.chromium.org/2827083002/diff/40001/README.md#newcode5 README.md:5: synchronous HTTP requests. We should ...
3 years, 8 months ago (2017-04-20 15:41:40 UTC) #10
bkonyi
Added a new test and updated the README. PTAL. https://codereview.chromium.org/2827083002/diff/40001/README.md File README.md (right): https://codereview.chromium.org/2827083002/diff/40001/README.md#newcode5 README.md:5: ...
3 years, 8 months ago (2017-04-20 18:07:57 UTC) #11
zra
lgtm
3 years, 8 months ago (2017-04-20 19:10:19 UTC) #12
bkonyi
3 years, 8 months ago (2017-04-20 19:18:29 UTC) #14
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
03561155865b40eb7a3853d11ff31d09296c3dc9 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698