masaori335 commented on issue #12210:
URL:
https://github.com/apache/trafficserver/issues/12210#issuecomment-2914981204
```
$ traffic_ctl config get proxy.config.http.accept_no_activity_timeout
proxy.config.http.accept_no_activity_timeout: 30
$ traffic_ctl config set proxy.config.http.accept_no_activity_timeout 40 -f
rpc
--> {"id": "d30bcb85-cd2f-4ef2-ab24-e2e3c42716c0", "jsonrpc": "2.0",
"method": "admin_config_set_records", "params": [{"record_name":
"proxy.config.http.accept_no_activity_timeout", "record_value": "40"}]}
<-- {"jsonrpc": "2.0", "result": "success", "id":
"d30bcb85-cd2f-4ef2-ab24-e2e3c42716c0"}
$ traffic_ctl config get proxy.config.http.accept_no_activity_timeout
proxy.config.http.accept_no_activity_timeout: 30
```
I don't see the error message with `-f rpc` option. FWIW, ATS version is
10.0.6.
--
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]