X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http_encoding_api.c;h=0b68397491bf5d5cbf59fe5ad6c1d17b36747d73;hb=8fa713be4960d51958523429ee0e7dfca6d017fb;hp=8c121bcd56bc69a2c6cf575d4e7d864bb381b98d;hpb=2a0b883ec4a4013bd1b6473123016ca0eb168cfc;p=m6w6%2Fext-http diff --git a/http_encoding_api.c b/http_encoding_api.c index 8c121bc..0b68397 100644 --- a/http_encoding_api.c +++ b/http_encoding_api.c @@ -433,7 +433,7 @@ retry_raw_inflate: STR_SET(*decoded, NULL); *decoded_len = 0; - http_error_ex(HE_WARNING, HTTP_E_ENCODING, "Could not update inflate stream: %s", zError(status)); + http_error_ex(HE_WARNING, HTTP_E_ENCODING, "Failed to update inflate stream: %s", zError(status)); return FAILURE; }