• Jeremy Hylton's avatar
    Rewrite pending() to handle input and output. · e3e3d8a9
    Jeremy Hylton authored
    Pending does reads and writes.  In the case of server startup, we may
    need to write out zeoVerify() messages.  Always check for read status,
    but don't check for write status only there is output to do.  Only
    continue in this loop as long as there is data to read.
    e3e3d8a9
connection.py 22.6 KB