aboutsummaryrefslogtreecommitdiff
path: root/tests/data/Makefile.inc
diff options
context:
space:
mode:
authorMikalai Ananenka <git@3dyd.com>2017-12-26 00:17:08 +0300
committerPatrick Monnerat <patrick@monnerat.net>2017-12-27 13:00:54 +0100
commit58d7cd28a0d8306c91be6ea393d861b92165402f (patch)
tree91e00b94f4e3fc4c43460e771f672b67b22f6a5f /tests/data/Makefile.inc
parenta0f3eaf25dd2c4acf1f49d28d5de4f1765521709 (diff)
brotli: data at the end of content can be lost
Decoding loop implementation did not concern the case when all received data is consumed by Brotli decoder and the size of decoded data internally hold by Brotli decoder is greater than CURL_MAX_WRITE_SIZE. For content with unencoded length greater than CURL_MAX_WRITE_SIZE this can result in the loss of data at the end of content. Closes #2194
Diffstat (limited to 'tests/data/Makefile.inc')
-rw-r--r--tests/data/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/Makefile.inc b/tests/data/Makefile.inc
index 5784bbb58..725a10b22 100644
--- a/tests/data/Makefile.inc
+++ b/tests/data/Makefile.inc
@@ -55,7 +55,7 @@ test280 test281 test282 test283 test284 test285 test286 test287 test288 \
test289 test290 test291 test292 test293 test294 test295 test296 test297 \
test298 test299 test300 test301 test302 test303 test304 test305 test306 \
test307 test308 test309 test310 test311 test312 test313 test314 test315 \
- test320 test321 test322 test323 test324 \
+test316 test320 test321 test322 test323 test324 \
test325 \
test350 test351 test352 test353 test354 \
\