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

Issue 12758009: Support GZip encoding on the http server. (Closed)

Created:
7 years, 9 months ago by Anders Johnsen
Modified:
7 years, 9 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Support GZip encoding on the http server. Rewrite how we set up http outgoing pipeline. BUG= Committed: https://code.google.com/p/dart/source/detail?r=19856

Patch Set 1 #

Patch Set 2 : Add new test #

Total comments: 8

Patch Set 3 : Revivew fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+146 lines, -123 lines) Patch
M sdk/lib/io/http_headers.dart View 1 2 2 chunks +5 lines, -1 line 0 comments Download
M sdk/lib/io/http_impl.dart View 1 2 8 chunks +84 lines, -118 lines 0 comments Download
M sdk/lib/io/io_sink.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M tests/standalone/io/http_10_test.dart View 1 chunk +2 lines, -1 line 0 comments Download
A tests/standalone/io/http_compression_test.dart View 1 2 1 chunk +52 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Anders Johnsen
7 years, 9 months ago (2013-03-12 07:45:09 UTC) #1
Søren Gjesse
LGTM! The new stream chain in the server is so much cleaner. https://codereview.chromium.org/12758009/diff/2001/runtime/bin/file_linux.cc File runtime/bin/file_linux.cc ...
7 years, 9 months ago (2013-03-12 08:54:09 UTC) #2
Anders Johnsen
PTAL https://codereview.chromium.org/12758009/diff/2001/runtime/bin/file_linux.cc File runtime/bin/file_linux.cc (right): https://codereview.chromium.org/12758009/diff/2001/runtime/bin/file_linux.cc#newcode126 runtime/bin/file_linux.cc:126: printf("Open failed\n"); On 2013/03/12 08:54:09, Søren Gjesse wrote: ...
7 years, 9 months ago (2013-03-12 10:04:59 UTC) #3
Søren Gjesse
lgtm
7 years, 9 months ago (2013-03-12 12:08:58 UTC) #4
Anders Johnsen
Committed patchset #3 manually as r19856 (presubmit successful).
7 years, 9 months ago (2013-03-12 12:10:45 UTC) #5
Anton Muhin
7 years, 9 months ago (2013-03-20 14:07:51 UTC) #6
Message was sent while issue was closed.
DBQ: shouldn't this transformation go behind the scene?

Powered by Google App Engine
This is Rietveld 408576698