- fixed memory corruptions on reusing HttpRequest;
[m6w6/ext-http] / http_encoding_api.c
index 8c121bcd56bc69a2c6cf575d4e7d864bb381b98d..0b68397491bf5d5cbf59fe5ad6c1d17b36747d73 100644 (file)
@@ -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;
 }