cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

Re: Problem with cURL skipping data?

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 31 May 2006 15:10:52 +0200 (CEST)

On Wed, 31 May 2006, Niklas Forsberg wrote:

> Okay so when I run this for each game on Mogs.com (automatically), cURL
> always skips the same game server. It returns nothing... It finds the game
> name, server name but no items.

libcurl doesn't silently "skip" things. It performs and returns error code on
failures. For HTTP, it _cannot_ run without getting data OR return error as
getting nothing at all is an error sitation for HTTP requests.

So, what does it really do?

Also, always mention your libcurl and PHP version as well as operating system.

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
Received on 2006-05-31