Dan Gusev

Results 2 issues of Dan Gusev

Hi, I'm noticing errors `ClientPayloadError: Response payload is not completed` with some urls. You can request the same url multiple times and sometimes it fails. Might be related to https://github.com/aio-libs/aiohttp/issues/2954...

I use django-oauth2-provider library for authentication via oauth2 which involves oauthlib code. When I pass wrong unicode data in GET parameters (e.g. u'\xe4'), I get an error: ``` python Traceback...

Bug
Todo