mirror of
https://github.com/XRPLF/clio.git
synced 2026-07-23 15:10:23 +00:00
`ResponseExpirationCache` is using only `method` (or `command`) as a key, but responses might be different with different params. This may lead to a client getting incorrect response because of caching. This PR fixes it by caching only requests without any additional params.