From: Daniel Stenberg Date: Thu, 12 Apr 2001 11:13:28 +0000 (+0000) Subject: Added text about curl.haxx.se not being a good test target for people's X-Git-Tag: curl-7_7_2~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b86674174a5f04a4330923d33a6f3892d2709705;p=thirdparty%2Fcurl.git Added text about curl.haxx.se not being a good test target for people's libcurl experiments... --- diff --git a/docs/examples/README b/docs/examples/README index abaee9c0dc..3818a6cccb 100644 --- a/docs/examples/README +++ b/docs/examples/README @@ -12,3 +12,7 @@ examples. Just edit the file according to your system and requirements first. Try the php/examples/ directory for PHP programming snippets! + *PLEASE* do not use the curl.haxx.se site as a test target for your libcurl + applications/experiments. Even if the examples in this directory use that + site as an example URL at some places, it doesn't mean that the URLs work or + that we expect you to actually torture our web site with your tests! Thanks.