feat(remote): console message for HTTP 204 response (#8027)

This commit is contained in:
Yat Ho
2025-12-29 12:43:59 +08:00
committed by GitHub
parent 109ee8e6ff
commit c9c5d780a0

View File

@@ -2478,6 +2478,7 @@ int flush(char const* rpcurl, tr_variant* const var, RemoteConfig& config)
break;
case 204:
fmt::print("{:s} acknowledged request\n", rpcurl);
break;
case 409: