mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
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.
This commit is contained in:
parent
d3cca934ee
commit
7b5ca30917
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user