summaryrefslogtreecommitdiff
path: root/http/http_client.hpp
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2022-06-27 20:39:09 +0300
committerEd Tanous <ed@tanous.net>2022-07-12 20:17:29 +0300
commitbb60f4ded18153718709e23dc1d648eb2ae13743 (patch)
treeb07ff65c67db207494e56f7af346d6681c805afb /http/http_client.hpp
parent5600f024edd6be65c58b3664ac48f8103d943ea1 (diff)
downloadbmcweb-bb60f4ded18153718709e23dc1d648eb2ae13743.tar.xz
Fix const correctness on http Response object
A number of methods in http::Response were not marked const when they should've been. This is generally not an issue, as most usages of Response are in a non-const context, but as we start using const Response objects more, we need to be more careful about const correctness. Tested: Unit tests pass. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I8b31e71b6594d9328f106e1367084db42b783b6c
Diffstat (limited to 'http/http_client.hpp')
0 files changed, 0 insertions, 0 deletions