forked from glynos/cpp-netlib
-
Notifications
You must be signed in to change notification settings - Fork 425
Closed
Description
main page of cpp-netlib (http://cpp-netlib.github.com/) has 2 typos:
client::response response_ = client_.get(request);
should be replaced with
client::response response_ = client_.get(request_);
and
std::string body = body(response_);
should be replaced with
std::string body_ = body(response_);
Metadata
Metadata
Assignees
Labels
No labels