We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d4d981 commit 9f6ababCopy full SHA for 9f6abab
plugins/esi/esi.cc
@@ -52,10 +52,10 @@ using namespace EsiLib;
52
using namespace Stats;
53
54
struct OptionInfo {
55
- bool packed_node_support;
56
- bool private_response;
57
- bool disable_gzip_output;
58
- bool first_byte_flush;
+ bool packed_node_support{false};
+ bool private_response{false};
+ bool disable_gzip_output{false};
+ bool first_byte_flush{false};
59
unsigned max_inclusion_depth{3};
60
};
61
0 commit comments