• Oran Agra's avatar
    Handle output buffer limits for Module blocked clients (#8141) · 48efc25f
    Oran Agra authored
    Module blocked clients cache the response in a temporary client,
    the reply list in this client would be affected by the recent fix
    in #7202, but when the reply is later copied into the real client,
    it would have bypassed all the checks for output buffer limit, which
    would have resulted in both: responding with a partial response to
    the client, and also not disconnecting it at all.
    48efc25f
blockedclient.tcl 2.92 KB