2. CURLM_CALL_MULTI_PERFORM - curl_multi_perform needs to be called again. I originally used your examples of calling curl_multi_perform and did not find any issues with it. If CURLM_CALL_MULTI_PERFORM is no longer returned from curl_multi_perform, how do I know if curl_multi_perform...
> > Thanks for the patch. I'm just a little concerned that this fix corrects > > the symptom rather than actually addresses the underlying problem. > > Thanks for the reply. I hoped the patch would help to understand the issue. > > Let me explain what I suspect and once given some ...
You can use cat to enter multiline data on the terminal: $ cat | http POST example.com <paste> ^D $ cat | http POST example.com/todos Content-Type:text/plain - buy milk - call parents ^D On OS X, you can send the contents of the clipboard with pbpaste: $ pbpaste | http PUT...