http: less debug log
This commit is contained in:
parent
b7c16b4f5e
commit
76952b90c1
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue