aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/httpsys.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-10-15 11:25:16 +0200
committerStefan Boberg <[email protected]>2021-10-15 11:25:35 +0200
commit01de07426c9d923c8c0b4ef7272b5b822399c4a7 (patch)
treea6ea0eda7316864ab63721bd10f642ad5ad57da8 /zenhttp/httpsys.cpp
parenthttpasio: implemented proper handling of query strings (diff)
downloadzen-01de07426c9d923c8c0b4ef7272b5b822399c4a7.tar.xz
zen-01de07426c9d923c8c0b4ef7272b5b822399c4a7.zip
clang-format
Diffstat (limited to 'zenhttp/httpsys.cpp')
-rw-r--r--zenhttp/httpsys.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/zenhttp/httpsys.cpp b/zenhttp/httpsys.cpp
index 0a9341d0c..f3568bbd1 100644
--- a/zenhttp/httpsys.cpp
+++ b/zenhttp/httpsys.cpp
@@ -1267,8 +1267,7 @@ HttpSysServerRequest::HttpSysServerRequest(HttpSysTransaction& Tx, HttpService&
m_QueryStringUtf8.Reset();
}
- m_QueryString = std::string_view(m_QueryStringUtf8);
-
+ m_QueryString = std::string_view(m_QueryStringUtf8);
m_Verb = TranslateHttpVerb(HttpRequestPtr->Verb);
m_ContentLength = GetContentLength(HttpRequestPtr);
m_ContentType = GetContentType(HttpRequestPtr);