diff --git a/http_examples.cpp b/http_examples.cpp index 3e88570..0373a28 100644 --- a/http_examples.cpp +++ b/http_examples.cpp @@ -137,8 +137,8 @@ int main() { SimpleWeb::CaseInsensitiveMultimap header; -// Uncomment the following line to enable Cache-Control -// header.emplace("Cache-Control", "max-age=86400"); + // Uncomment the following line to enable Cache-Control + // header.emplace("Cache-Control", "max-age=86400"); #ifdef HAVE_OPENSSL // Uncomment the following lines to enable ETag diff --git a/https_examples.cpp b/https_examples.cpp index 94747aa..a422760 100644 --- a/https_examples.cpp +++ b/https_examples.cpp @@ -135,8 +135,8 @@ int main() { SimpleWeb::CaseInsensitiveMultimap header; -// Uncomment the following line to enable Cache-Control -// header.emplace("Cache-Control", "max-age=86400"); + // Uncomment the following line to enable Cache-Control + // header.emplace("Cache-Control", "max-age=86400"); #ifdef HAVE_OPENSSL // Uncomment the following lines to enable ETag