From 58d7cd28a0d8306c91be6ea393d861b92165402f Mon Sep 17 00:00:00 2001 From: Mikalai Ananenka Date: Tue, 26 Dec 2017 00:17:08 +0300 Subject: 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 --- tests/data/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/Makefile.inc') 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 \ \ -- cgit v1.2.3