diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2014-11-20 12:46:49 -0500 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-12-04 14:27:44 -0800 |
commit | 7b5ca309178b7332cac8fdebac851620e2f310ec (patch) | |
tree | 744a143b9dbc23f1b98bb4d9d5b59e960191ef51 /docs/examples | |
parent | d3cca934ee330f63b2745ce78125036a15422a79 (diff) |
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.
Diffstat (limited to 'docs/examples')
-rw-r--r-- | docs/examples/10-at-a-time.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/examples/10-at-a-time.c b/docs/examples/10-at-a-time.c index a85fff46f..5d95a8a89 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", |