metaflow-service
metaflow-service copied to clipboard
Make sure aiohttp web response body is a binary
If you look at aiohttp docs, body is supposed to be a binary, not string. It mostly works if you pass a string, however some auxiliary things break -- I've ran into some issues because of this while trying to use aiohttp-devel.