aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/httpsys.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-27 17:16:30 +0200
committerStefan Boberg <[email protected]>2021-09-27 17:16:30 +0200
commit0391fe7c9917ff03730e9c90b2c0559cbe215eeb (patch)
tree06e8f3905366c33d375eb431e002fa632de49513 /zenhttp/httpsys.cpp
parentadmin: tactical checkin of some plumbing to set the stage for an actual admin... (diff)
downloadzen-0391fe7c9917ff03730e9c90b2c0559cbe215eeb.tar.xz
zen-0391fe7c9917ff03730e9c90b2c0559cbe215eeb.zip
clang-format
Diffstat (limited to 'zenhttp/httpsys.cpp')
-rw-r--r--zenhttp/httpsys.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/zenhttp/httpsys.cpp b/zenhttp/httpsys.cpp
index f87d3c21d..bccff24ab 100644
--- a/zenhttp/httpsys.cpp
+++ b/zenhttp/httpsys.cpp
@@ -487,11 +487,11 @@ HttpMessageResponseRequest::IssueRequest(std::error_code& ErrorCode)
// Server header
//
// By default this will also add a suffix " Microsoft-HTTPAPI/2.0" to this header
- //
+ //
// This is controlled via a registry key 'DisableServerHeader', at:
- //
+ //
// Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Parameters
- //
+ //
// Set DisableServerHeader to 1 to disable suffix, or 2 to disable the header altogether
//
// (reference https://docs.microsoft.com/en-us/archive/blogs/dsnotes/wswcf-remove-server-header)