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

Issue 65043019: Use a re-usable buffer for writing HTTP headers. This includes a new header limit of 8192 bytes. (Closed)

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

Description

Use a re-usable buffer for writing HTTP headers. This includes a new header limit of 8192 bytes. BUG= R=sgjesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=30335

Patch Set 1 #

Total comments: 4

Patch Set 2 : Cleanup. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+115 lines, -42 lines) Patch
M sdk/lib/io/http_headers.dart View 1 1 chunk +17 lines, -12 lines 0 comments Download
M sdk/lib/io/http_impl.dart View 1 11 chunks +61 lines, -30 lines 0 comments Download
M tests/standalone/io/http_client_request_test.dart View 5 chunks +22 lines, -0 lines 0 comments Download
M tests/standalone/io/http_server_response_test.dart View 2 chunks +15 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Anders Johnsen
7 years, 1 month ago (2013-11-18 09:08:22 UTC) #1
Søren Gjesse
lgtm https://codereview.chromium.org/65043019/diff/1/sdk/lib/io/http_headers.dart File sdk/lib/io/http_headers.dart (right): https://codereview.chromium.org/65043019/diff/1/sdk/lib/io/http_headers.dart#newcode356 sdk/lib/io/http_headers.dart:356: final COLONSP = const [_CharCode.COLON, _CharCode.SP]; Not related ...
7 years, 1 month ago (2013-11-18 10:06:37 UTC) #2
Anders Johnsen
https://codereview.chromium.org/65043019/diff/1/sdk/lib/io/http_headers.dart File sdk/lib/io/http_headers.dart (right): https://codereview.chromium.org/65043019/diff/1/sdk/lib/io/http_headers.dart#newcode356 sdk/lib/io/http_headers.dart:356: final COLONSP = const [_CharCode.COLON, _CharCode.SP]; On 2013/11/18 10:06:38, ...
7 years, 1 month ago (2013-11-18 10:27:28 UTC) #3
Anders Johnsen
7 years, 1 month ago (2013-11-18 10:28:01 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r30335 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698