adjust logging spam on gzipped output

This commit is contained in:
Ron Pedde 2006-05-07 02:58:40 +00:00
parent 7c3b08cd53
commit d000f503e9

View File

@ -205,7 +205,7 @@ XMLSTRUCT *xml_init(WS_CONNINFO *pwsc, int emit_header) {
accept = infn->ws_getrequestheader(pwsc,"accept-encoding");
if((!nogzip) && (accept) && (strcasestr(accept,"gzip"))) {
infn->log(E_LOG,"Gzipping output\n");
infn->log(E_DBG,"Gzipping output\n");
pxml->psb = xml_stream_open();
if(pxml->psb) {
infn->ws_addresponseheader(pwsc,"Content-Encoding","gzip");