dryscrape
dryscrape copied to clipboard
Any function that contains self._sock.recv or self._read_response can hang
Title. This includes sess.body() and sees.visit(). I'm currently fixing it via a new class that super()s into the other functions via multiprocessing, in which occasion I can kill it preemptively over a timeout. But that's a hacky patch.