commit | 0960ef5b872c218796035462a5d70a40489a26da | [log] [tgz] |
---|---|---|
author | Brian Neradt <brian.neradt@gmail.com> | Mon Nov 30 12:33:42 2020 -0600 |
committer | GitHub <noreply@github.com> | Mon Nov 30 10:33:42 2020 -0800 |
tree | 5ace423973efb5d4d1297f0d7b70e6402b135a57 | |
parent | c080cc1ec39e21b04ba28e76a6ad80927b71f798 [diff] |
ESI: Ensure gzip header is always initialized (#7358) There were certain code paths that could be reached in which stream_finish could be called without stream_encode having been called. This would result in the gzip header not being encoded in the stream, which would produce malformed gzip content.