soulbird commented on code in PR #9455:
URL: https://github.com/apache/apisix/pull/9455#discussion_r1192027283
##########
apisix/plugins/serverless/generic-upstream.lua:
##########
@@ -35,6 +35,7 @@ return function(plugin_name, version, priority,
request_processor, authz_schema,
function_uri = {type = "string"},
authorization = authz_schema,
timeout = {type = "integer", minimum = 100, default = 3000},
+ use_default_user_agent = {type = "boolean", default = true},
Review Comment:
The default value of use_default_user_agent is best set to false, which can
reduce the cost of understanding for users. This default UA doesn't make sense
for most users
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]