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

Issue 12655003: Buffer the entire http header to one packet, and buffer other data in chunks of 4-16 kb. (Closed)

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

Description

Buffer the entire http header to one packet, and buffer other data in chunks of 4-16 kb. BUG=https://code.google.com/p/dart/issues/detail?id=8871 Committed: https://code.google.com/p/dart/source/detail?r=19857

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : Fix test. #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -62 lines) Patch
M sdk/lib/io/buffer_list.dart View 1 chunk +2 lines, -1 line 0 comments Download
M sdk/lib/io/http_headers.dart View 1 chunk +10 lines, -35 lines 0 comments Download
M sdk/lib/io/http_impl.dart View 1 2 3 7 chunks +53 lines, -14 lines 0 comments Download
M tests/standalone/io/http_10_test.dart View 1 2 4 chunks +8 lines, -9 lines 0 comments Download
M tests/standalone/io/http_client_request_test.dart View 3 chunks +3 lines, -0 lines 0 comments Download
M tests/standalone/io/http_connection_close_test.dart View 1 chunk +7 lines, -3 lines 0 comments Download
M tests/standalone/io/http_content_length_test.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M tests/standalone/io/http_server_response_test.dart View 1 3 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Anders Johnsen
7 years, 9 months ago (2013-03-12 10:08:17 UTC) #1
Søren Gjesse
lgtm https://codereview.chromium.org/12655003/diff/3001/sdk/lib/io/http_impl.dart File sdk/lib/io/http_impl.dart (right): https://codereview.chromium.org/12655003/diff/3001/sdk/lib/io/http_impl.dart#newcode749 sdk/lib/io/http_impl.dart:749: var buffer = new _BufferList(); I am not ...
7 years, 9 months ago (2013-03-12 11:30:55 UTC) #2
Anders Johnsen
https://codereview.chromium.org/12655003/diff/3001/sdk/lib/io/http_impl.dart File sdk/lib/io/http_impl.dart (right): https://codereview.chromium.org/12655003/diff/3001/sdk/lib/io/http_impl.dart#newcode749 sdk/lib/io/http_impl.dart:749: var buffer = new _BufferList(); On 2013/03/12 11:30:55, Søren ...
7 years, 9 months ago (2013-03-12 12:11:30 UTC) #3
Anders Johnsen
7 years, 9 months ago (2013-03-12 12:13:46 UTC) #4
Message was sent while issue was closed.
Committed patchset #4 manually as r19857 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698