• yoav-steinberg's avatar
    Remove argument count limit, dynamically grow argv. (#9528) · 93e85347
    yoav-steinberg authored
    Remove hard coded multi-bulk limit (was 1,048,576), new limit is INT_MAX.
    When client sends an m-bulk that's higher than 1024, we initially only allocate
    the argv array for 1024 arguments, and gradually grow that allocation as arguments
    are received.
    93e85347
networking.c 148 KB