• Max Kellermann's avatar
    client: check for COMMAND_RETURN_CLOSE · 48191d56
    Max Kellermann authored
    Don't close the client within client_process_line(), return
    COMMAND_RETURN_CLOSE instead.  This is the signal for the caller chain
    to actually close it.  This makes dealing with the client pointer a
    lot safer, since the caller always knows whether it is still valid.
    48191d56
client.c 19.5 KB