]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
added clarifying comment
authorDaniel Stenberg <daniel@haxx.se>
Wed, 24 Oct 2007 21:09:59 +0000 (21:09 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 24 Oct 2007 21:09:59 +0000 (21:09 +0000)
lib/urldata.h

index b13ba42f159c038932eb30e9b62af65317c782c7..310e745002bb0a726ae64079665e33186012678f 100644 (file)
@@ -794,8 +794,13 @@ struct HandleData {
                   this syntax. */
   curl_off_t resume_from; /* continue [ftp] transfer from here */
 
-  /* Protocol specific data */
-
+  /* Protocol specific data.
+   *
+   *************************************************************************
+   * Note that this data will be REMOVED after each request, so anything that
+   * should be kept/stored on a per-connection basis and thus live for the
+   * next requst on the same connection MUST be put in the connectdata struct!
+   *************************************************************************/
   union {
     struct HTTP *http;
     struct HTTP *https;  /* alias, just for the sake of being more readable */