http: less debug log

This commit is contained in:
Heikki Hannikainen 2017-02-16 21:34:42 +02:00
parent b7c16b4f5e
commit 76952b90c1
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ static int http_compress_gzip(char *in, int ilen, char *out, int ospace)
}
int olen = ospace - ctx.avail_out;
hlog(LOG_DEBUG, "http_compress_gzip: compressed %d bytes to %d bytes: %.1f %%", ilen, olen, (float)olen / (float)ilen * 100.0);
//hlog(LOG_DEBUG, "http_compress_gzip: compressed %d bytes to %d bytes: %.1f %%", ilen, olen, (float)olen / (float)ilen * 100.0);
(void)deflateEnd(&ctx);