metaflow-service icon indicating copy to clipboard operation
metaflow-service copied to clipboard

Make sure aiohttp web response body is a binary

Open oavdeev opened this issue 4 years ago • 0 comments

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.

oavdeev avatar Jul 07 '21 18:07 oavdeev