Applied newer clang-format on http(s)_examples
This commit is contained in:
parent
6d1577ecaa
commit
aa974d7291
2 changed files with 4 additions and 4 deletions
|
|
@ -137,8 +137,8 @@ int main() {
|
||||||
|
|
||||||
SimpleWeb::CaseInsensitiveMultimap header;
|
SimpleWeb::CaseInsensitiveMultimap header;
|
||||||
|
|
||||||
// Uncomment the following line to enable Cache-Control
|
// Uncomment the following line to enable Cache-Control
|
||||||
// header.emplace("Cache-Control", "max-age=86400");
|
// header.emplace("Cache-Control", "max-age=86400");
|
||||||
|
|
||||||
#ifdef HAVE_OPENSSL
|
#ifdef HAVE_OPENSSL
|
||||||
// Uncomment the following lines to enable ETag
|
// Uncomment the following lines to enable ETag
|
||||||
|
|
|
||||||
|
|
@ -135,8 +135,8 @@ int main() {
|
||||||
|
|
||||||
SimpleWeb::CaseInsensitiveMultimap header;
|
SimpleWeb::CaseInsensitiveMultimap header;
|
||||||
|
|
||||||
// Uncomment the following line to enable Cache-Control
|
// Uncomment the following line to enable Cache-Control
|
||||||
// header.emplace("Cache-Control", "max-age=86400");
|
// header.emplace("Cache-Control", "max-age=86400");
|
||||||
|
|
||||||
#ifdef HAVE_OPENSSL
|
#ifdef HAVE_OPENSSL
|
||||||
// Uncomment the following lines to enable ETag
|
// Uncomment the following lines to enable ETag
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue