Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New aiohttp release will happened in next few days #400

Closed
jettify opened this issue Oct 15, 2017 · 3 comments
Closed

New aiohttp release will happened in next few days #400

jettify opened this issue Oct 15, 2017 · 3 comments

Comments

@jettify
Copy link
Member

jettify commented Oct 15, 2017

@thehesiod new version of aiohttp will be release soon, I am trying to enumerate thing we need to do:

  1. compression issue: add support for compressed responses #298
  2. redirect issue:
    resp = yield from self._aio_session.request(method, url=url,
    headers=headers_,
    data=data,
    proxy=proxy,
    timeout=None,
    allow_redirects=False)
    if resp.status in {301, 302, 303, 307}:
    redir_arr = _aiohttp_do_redirect(self._aio_session, method,
    url, headers, data, resp)

am I missing something?

@jettify jettify changed the title new aiohttp release New aiohttp release will happened in next few days Oct 15, 2017
@thehesiod
Copy link
Collaborator

sorry, just realized you meant for aiobotocore (had responded from phone). Ya I think they haven't implemented fix for read_timeout issue yet: #245 or stream reset: #221 so won't have to do those.

@asvetlov
Copy link
Member

aiohttp 2.3 is out

@asvetlov
Copy link
Member

asvetlov commented Nov 6, 2017

Tests are failed in aiohttp 2.3.2

@jettify jettify closed this as completed Nov 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants