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

Issue 53074: Make sure filters can handle an empty input buffer... (Closed)

Created:
11 years, 9 months ago by jar (doing other things)
Modified:
9 years, 7 months ago
Reviewers:
huanr
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Make sure filters can handle an empty input buffer The chaining of filters helped to guarantee that buffers were properly flushed when large expansions took place. That change assumed that a filter could be called with no input (as some filters need to be called repeatedly this way to purge massive internal state). The gzip and bzip filters were returning an error in that scenario. bug=9316 r=huanr Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=12524

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -4 lines) Patch
M net/base/bzip2_filter.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M net/base/gzip_filter.cc View 1 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
jar (doing other things)
11 years, 9 months ago (2009-03-25 23:01:41 UTC) #1
huanr
11 years, 9 months ago (2009-03-25 23:34:57 UTC) #2
lgtm. would be nice to have test for this.

Powered by Google App Engine
This is Rietveld 408576698