• Matthew Phillips's avatar
    Correction for discarding of the last cookie in the queue · 49f3e140
    Matthew Phillips authored
    After the for loop last->next will have been NULL and the call
    to cookie_unlink_cookie expects the first parameter to be a pointer
    to the variable where the head of the queue is stored, not a
    pointer to the cookie to be discarded.
    
    Version 1.07. Tagged as 'HTTP-1_07'
    49f3e140
cookie 57.8 KB