mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Adds `connection::read_all(...)` method to iostream transport as a convenience method for reading all data into the connection buffer without the end user needing to manually loop on `read_some`.