Skip to content

Commit

Permalink
Remove Response TODO (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
  • Loading branch information
jviotti authored Nov 21, 2023
1 parent bb81807 commit a317a45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/http/include/sourcemeta/hydra/http_response.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ namespace sourcemeta::hydra::http {

class SOURCEMETA_HYDRA_HTTP_EXPORT Response {
public:
// TODO: Make this constructor private
Response(const Status status, std::map<std::string, std::string> &&headers,
std::ostringstream &&stream);

Expand Down

0 comments on commit a317a45

Please sign in to comment.