curl multi-handle keep-alive after getting 404 -
i want reuse connection after getting 404 server. using easy-handle, got behavior default. using multi-handle, after getting 404 had remove , add handle (otherwise doesn't perform request @ all), , got connection. b.t.w after ok response (200), removing , adding handle doesn't affect persistency. there way have behavior 404 response?
Comments
Post a Comment