orf / xcat

XPath injection tool
https://xcat.readthedocs.org/
MIT License
367 stars 74 forks source link

AttributeError: 'ClientResponse' object has no attribute 'read_and_close' #13

Closed HoLyVieR closed 8 years ago

HoLyVieR commented 8 years ago

There's been a non-forward compatible update in the aiohttp library which requires a small change in the code in order to work now. This commit should the issue.

orf commented 8 years ago

Thank you!