summaryrefslogtreecommitdiffstats
path: root/storage/src
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-03-25 19:44:33 +0100
committerGitHub <noreply@github.com>2019-03-25 19:44:33 +0100
commit9657bd8a8e11095c1ccae26d5670187ab73c9bfd (patch)
tree18e625aeca0bfeab2918094156a82535322cb29c /storage/src
parent8533c200eaba6f2573228509e5eae5eb036b282f (diff)
Revert "include content length in http response"
Diffstat (limited to 'storage/src')
-rw-r--r--storage/src/tests/frameworkimpl/status/statustest.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/storage/src/tests/frameworkimpl/status/statustest.cpp b/storage/src/tests/frameworkimpl/status/statustest.cpp
index 9e5a87e8783..b047a4000cf 100644
--- a/storage/src/tests/frameworkimpl/status/statustest.cpp
+++ b/storage/src/tests/frameworkimpl/status/statustest.cpp
@@ -130,7 +130,6 @@ StatusTest::testIndexStatusPage()
"HTTP\\/1.1 200 OK\r\n"
"Connection: close\r\n"
"Content-Type: text\\/html\r\n"
- "Content-Length: 206\r\n"
"\r\n"
"<html>\n"
"<head>\n"
@@ -161,7 +160,6 @@ StatusTest::testHtmlStatus()
"HTTP/1.1 200 OK\r\n"
"Connection: close\r\n"
"Content-Type: text/html\r\n"
- "Content-Length: 117\r\n"
"\r\n"
"<html>\n"
"<head>\n"
@@ -189,7 +187,6 @@ StatusTest::testXmlStatus()
"HTTP/1.1 200 OK\r\n"
"Connection: close\r\n"
"Content-Type: application/xml\r\n"
- "Content-Length: 100\r\n"
"\r\n"
"<?xml version=\"1.0\"?>\n"
"<status id=\"fooid\" name=\"Foo impl\">\n"