aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/httpsys.cpp
diff options
context:
space:
mode:
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)