• Michael Grunder's avatar
    Remove nested depth limitation. (#797) · eafb085d
    Michael Grunder authored
    * Remove nested depth limitation.
    
    This commit removes the nested multi-bulk depth limitation of 7.
    We do this by switching to pointer to pointer indirection and
    growing the stack in chunks when needed.
    
    See: #794, #421
    eafb085d
read.h 4.65 KB