ycdl/frontends
voussoir ed3942b943 Let response status be 0 even if request didn't complete.
Since meta.status would be undefined for an incomplete request,
I would have to check response.completed && response.meta.status,
which is too much burden. Let's set the status immediately, and
if a callback wants to do further diving we'll use completed then.
2020-10-02 19:43:25 -07:00
..
ycdl_flask Let response status be 0 even if request didn't complete. 2020-10-02 19:43:25 -07:00
ycdl_repl.py Simplify logging.getLogger because they are hierarchical. 2020-08-12 11:25:59 -07:00