Files
keepassxc-proxy-rust/src
Hugo Osvaldo Barrera df160d90ae Make sure all data is written to socket
Using `write` means that it's possible that not all data gets written
out. Rather than check the return value and write in a loop, just use
`write_all`.
2022-05-30 21:07:30 +02:00
..