Code review comment for lp://staging/~thomas-voss/net-cpp/add-streaming

Revision history for this message
Marcus Tomlinson (marcustomlinson) wrote :

361 +class Client : public core::net::http::StreamingClient

Just noticing a few overriding methods in this class that don't specify "override" in their declarations. i.e. url_escape, timings, run, stop, get, head, post, and pull.

review: Needs Fixing

« Back to merge proposal