Pablo
Pablo
Same here
Can confirm that the solution stated here works: https://github.com/aio-libs/aiohttp/issues/5355#issuecomment-750175864 Basically: `set AIOHTTP_NO_EXTENSIONS=1` Seems that the underlying C http parsing library might be broken.
As far as I can tell, no functionality is lost. Nonetheless, performance is degraded as mentioned here: https://github.com/aio-libs/aiohttp/blob/09ac1cbb4c07b4b3e1872374808512c9bc52f2ab/CHANGES/3828.feature Using super dumb timeit tests I've seen a drop of about 30%...
Hey! Thanks a lot for the effort. Are there any plans to merge this? The repo seems a bit abandonded.
Hi @bloomonkey. I already have an early implementation of this functionality. As soon as I have some time, I'll submit the PR. Thank you, Pablo
Is this being worked on? If not, I would like to offer some help.
Thanks for the detailed explanations. I do agree that we need and official or maintained Go library to implement this. So I guess in the meantime we should put this...
Interested in this...
I succesfully installed dryscrape in Fedora 25 with the following: `sudo dnf install qtwebkit-devel qt-devel` `sudo ln -s /usr/bin/qmake-qt4 /usr/bin/qmake` `sudo pip3 install dryscrape` This installs qt4 and qt4-webkit's development...
Conflicts fixed. Had to adjust some tests from the develop branch.