Fix for second `sendall` used for delivering request's body.
Thanks to ajhodges for writing the test which reproduced the issue.
3.8.9
Now the import line can be written as `from mocket.plugins.httpretty import httpretty, httprettified`.
3.8.8
Thanks to jonringer for the contribution.
3.8.7
This version ships the change to support the `libmagic` wrapper distributed with `file`'s command.
With this change, thanks to felixonmars contribution, Mocket is now available as Arch Linux package: https://www.archlinux.org/packages/community/any/python-mocket/
3.8.6
Support for tests based on `unittest.IsolatedAsyncioTestCase` (Python `3.8`). See: https://github.com/mindflayer/python-mocket/blob/master/tests/tests38/test_http_aiohttp.py
Thanks to WisdomPill for the amazing contribution.