Dirble module keeps connection alive to reuse it for later requests. As it epected it not their webserver would like so they periodivaly closing that connection, especially after some idleness. In that case python exception occures. In catch section exception are intercepted and connection reopen. To prevent endless retrying if something goes wrong, it return empty responce.
I want this module to establish new connection w/o empty responces and strong against unpredictable situations.
Dirble module keeps connection alive to reuse it for later requests. As it epected it not their webserver would like so they periodivaly closing that connection, especially after some idleness. In that case python exception occures. In catch section exception are intercepted and connection reopen. To prevent endless retrying if something goes wrong, it return empty responce. I want this module to establish new connection w/o empty responces and strong against unpredictable situations.