Repro instructions for python-web-pdb#18:
pip install flask web-pdbpython sample.pycurl http://127.0.0.1:5000/(will trip the debugger; request will hang)- navigate to
localhost:5555in browser, type "c" to continue. Seecurlfrom step #3 complete curl http://127.0.0.1:5000/(will trip the debugger)
Expected behavior: the curl of step #5 will hang, and navigating to localhost:5555 will bring you to a live debugger (as in steps #3 & #4 previously).
Observed behavior: the curl of step #5 completes immediately, does not trip the debugger.