dryscrape icon indicating copy to clipboard operation
dryscrape copied to clipboard

Any function that contains self._sock.recv or self._read_response can hang

Open 13steinj opened this issue 10 years ago • 0 comments

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.

13steinj avatar Dec 14 '15 00:12 13steinj