X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Foptions.h;h=5e7c1eb6222cce9c418e3c7b01433ad261b9da00;hp=252bf81d395650f5ca5ea00948938d7744a450b5;hb=fce4e757a20230a44e6b4267d8e7386ffcaf6eef;hpb=2223ac8ce31ecd80112a023d0d56229bfc026b01 diff --git a/src/options.h b/src/options.h index 252bf81d..5e7c1eb6 100644 --- a/src/options.h +++ b/src/options.h @@ -130,6 +130,8 @@ struct options bool server_response; /* Do we print server response? */ bool save_headers; /* Do we save headers together with file? */ + bool content_on_error; /* Do we output the content when the HTTP + status code indicates a server error */ #ifdef ENABLE_DEBUG bool debug; /* Debugging on/off */