X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Fexamples%2Fpersistant.c;h=3e6af18f2c1eb18297d3707a1a055206744fc337;hb=31368b6eac8092a307849518e912b4c475c0238a;hp=0917dfdb81750a72b2ce202dd31e215e3da716a1;hpb=ff9f0eb35d80c251e9a54162eae18f44349ae59d;p=platform%2Fupstream%2Fcurl.git diff --git a/docs/examples/persistant.c b/docs/examples/persistant.c index 0917dfd..3e6af18 100644 --- a/docs/examples/persistant.c +++ b/docs/examples/persistant.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2011, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2015, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -19,6 +19,10 @@ * KIND, either express or implied. * ***************************************************************************/ +/* + * re-using handles to do HTTP persistent connections + * + */ #include #include #include