aiohttp 0.20.1 release
Bugfix release, mostly for fixing benoitc/gunicorn#1055
Full list of changes:
- Raise RuntimeError is Timeout context manager was used outside of
task context. - Add number of bytes to stream.read_nowait #700
- Use X-FORWARDED-PROTO for wsgi.url_scheme when available