We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b044530 commit ac643dbCopy full SHA for ac643db
1 file changed
test/integ/basic.cpp
@@ -74,7 +74,7 @@ class header_test_resource : public http_resource
74
{
75
http_response_builder hrb("OK", 200, "text/plain");
76
hrb.with_header("KEY", "VALUE");
77
- return http_response(hrb.string_response();
+ return hrb.string_response();
78
}
79
};
80
0 commit comments