> On Mar 13, 2015, at 8:04 AM, Yann Ylavic <[email protected]> wrote: > > It seems that the implementation is not that broken actually. > > One can still have the add semantic with insert() in 1.5.x by using > the appropriate compare function and apr_skiplist_insert_compare(), > that is, a function that does not return 0 when entries are equal, but > rather <0 for LIFO or >0 for FIFO (and stability) semantics. >
Well... :) It abuses the idea of the compare function :) Whatever though; I've already wasted enough energy on this whole issue. I just don't want httpd to suffer the stagnation obvious within APR.
