curl-library
Bug 2351645
From: Igor Novoseltsev <IgorN_at_radvision.com>
Date: Wed, 3 Dec 2008 18:29:35 +0200
Date: Wed, 3 Dec 2008 18:29:35 +0200
Hi,
I didn't get response to my last update, quoted below.
Did you see it?
Do you think it is wrong?
Thanks
Date: 2008-12-03 10:33
Sender: ketamin <https://sourceforge.net/users/ketamin/>
The patch works good!
Thank you very much!
Although I have one doubt.
In ligth of your erlier remark regarding readchannel_inuse I think we
should use
if(Curl_removeHandleFromPipeline(data, conn->XXX_pipe) &&
conn->XXXchannel_inuse && conn->XXX_pipe->size > 0)
conn->XXXchannel_inuse = FALSE;
instead of
if(Curl_removeHandleFromPipeline(data, conn->XXX_pipe) &&
conn->XXXchannel_inuse)
conn->XXXchannel_inuse = FALSE;
Received on 2008-12-03