Hi,In the Curl_done method in url.c (curl-7.19.4), the Curl_getoff_all_pipelines call happens before the conn->bits.done check.
Wouldn't it be safer to check for conn->bits.done before calling Curl_getoff_all_pipelines to avoid possible SIGSEGVs?
Kind regards, Lénaïc
