• Tatsuhiro Tsujikawa's avatar
    python: Don't raise exception from Session.resume_data() · c1b130ac
    Tatsuhiro Tsujikawa authored
    In practice, Session.resume_data() will be used without checking there
    is deferred data or not. Actually, there is no API to check this.  So
    it is better not to raise exception. Instead return False to notify
    error. If the method succeeds, it returns True.
    c1b130ac
spdylay_tests.py 12.5 KB