updates wsperf to use library UA constant

This commit is contained in:
Peter Thorson
2012-03-10 11:22:35 -06:00
parent d1b552691a
commit 338ac2a574

View File

@@ -45,7 +45,7 @@
#define WSPERF_CONFIG "~/.wsperf"
#endif
static const std::string user_agent = "wsperf/0.2.0dev WebSocket++/0.2.0dev";
static const std::string user_agent = "wsperf/0.2.0dev "+websocketpp::USER_AGENT;
using websocketpp::client;
namespace po = boost::program_options;