Posted on Jun 4, 2009 by
Quick Bear
In example 19, I think the following lines:
std::ofstream myfile("/dev/null");
myfile << request << std::endl << request << std::endl;
Could be replaced by:
request.perform();
and make the example clearer (and possibly correct though I'm not sure the original is incorrect).
Status: New
Labels:
Type-Defect
Priority-Medium