Skip to content

Commit

Permalink
adjust default agent strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Tectu committed May 21, 2022
1 parent 2a0353f commit 7810e85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/malloy/client/controller.hpp
Expand Up @@ -75,7 +75,7 @@ namespace malloy::client
* @brief Agent string used for connections
* @details Set as the User-Agent in http headers
*/
std::string user_agent{"malloy-client"};
std::string user_agent{"malloy"};
};

controller(config cfg);
Expand Down
2 changes: 1 addition & 1 deletion lib/malloy/server/routing_context.hpp
Expand Up @@ -58,7 +58,7 @@ namespace malloy::server
* @brief Agent string used for connections
* @details Set as the Server field in http headers
*/
std::string agent_string{"malloy-server"};
std::string agent_string{"malloy"};
};

routing_context(config cfg);
Expand Down

0 comments on commit 7810e85

Please sign in to comment.