From: Jay Satiro Date: Thu, 20 Nov 2014 17:46:49 +0000 (-0500) Subject: examples: remove sony.com from 10-at-a-time X-Git-Tag: curl-7_40_0~227 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7b5ca309178b7332cac8fdebac851620e2f310ec;p=thirdparty%2Fcurl.git examples: remove sony.com from 10-at-a-time Prior to this change the 10-at-a-time example showed CURLE_RECV_ERROR for the sony website because it ends the connection when the request is missing a user agent. --- diff --git a/docs/examples/10-at-a-time.c b/docs/examples/10-at-a-time.c index a85fff46f0..5d95a8a892 100644 --- a/docs/examples/10-at-a-time.c +++ b/docs/examples/10-at-a-time.c @@ -62,7 +62,6 @@ static const char *urls[] = { "http://www.uefa.com", "http://www.ieee.org", "http://www.apple.com", - "http://www.sony.com", "http://www.symantec.com", "http://www.zdnet.com", "http://www.fujitsu.com",