cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: After calling curl in a bat file no other commands execute

From: Dan Fandrich <dan_at_coneharvesters.com>
Date: Fri, 10 May 2013 20:17:16 +0200

On Fri, May 10, 2013 at 10:47:20AM +0100, member website wrote:
> Actually this happens regardless of the url - I have tried it with quite a few
> different urls. When I run the command with the -V option I see curl connecting
> and retrieving the page successfully:

I assume you mean -v

>
> ....
>
> </body></html>
>
> * Connection #0 to host www.google.com left intact
>
> * Closing connection #0

Once the connection is closed, there's nothing left for curl to do but exit.
Are you positive that curl is still running after this point? Or is it some
other artifact of your environment?

>>> Dan
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2013-05-10