From: Samir Benmendil Date: Mon, 10 Aug 2020 18:31:44 +0000 (+0100) Subject: awesome/mpc: add support for binary responses X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/f2430c7c2d870fbdd8aa3b056a3acfcb09498b13?hp=f2430c7c2d870fbdd8aa3b056a3acfcb09498b13 awesome/mpc: add support for binary responses Had to move the recursive `do_read` call to after the parsing of the message as in binary form we need to first read the binary data before carrying on and reading the next line. ---