summaryrefslogtreecommitdiff
path: root/http/http_response.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'http/http_response.hpp')
-rw-r--r--http/http_response.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/http/http_response.hpp b/http/http_response.hpp
index 123a7e1129..dca7682a98 100644
--- a/http/http_response.hpp
+++ b/http/http_response.hpp
@@ -219,11 +219,6 @@ struct Response
void end()
{
- std::string etag = computeEtag();
- if (!etag.empty())
- {
- addHeader(http::field::etag, etag);
- }
if (completed)
{
BMCWEB_LOG_ERROR("{} Response was ended twice", logPtr(this));