summaryrefslogtreecommitdiffstats
path: root/staging_vespalib
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 /staging_vespalib
parent8533c200eaba6f2573228509e5eae5eb036b282f (diff)
Revert "include content length in http response"
Diffstat (limited to 'staging_vespalib')
-rw-r--r--staging_vespalib/src/tests/state_server/state_server_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/staging_vespalib/src/tests/state_server/state_server_test.cpp b/staging_vespalib/src/tests/state_server/state_server_test.cpp
index d4071526a79..d4f665029cc 100644
--- a/staging_vespalib/src/tests/state_server/state_server_test.cpp
+++ b/staging_vespalib/src/tests/state_server/state_server_test.cpp
@@ -81,7 +81,6 @@ TEST_FF("require that non-empty known url returns expected headers", DummyHandle
vespalib::string expect("HTTP/1.1 200 OK\r\n"
"Connection: close\r\n"
"Content-Type: application/json\r\n"
- "Content-Length: 5\r\n"
"\r\n"
"[123]");
std::string actual = getFull(f2.port(), my_path);