aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-05-15 13:09:27 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-05-15 13:09:27 +0000
commita84af986fdcad52d5691dbf3f9b3ee153128e822 (patch)
treefc5d75c1f0691c123b3f383e6a369e6d8d39f7c0
parent3ab3be1b6e8e35ad6127e00855a050a2bb28b213 (diff)
added pointer to the examples/getinmemory.c source code for paragraph
5.2 "How can I receive all data into a large memory chunk?"
-rw-r--r--docs/FAQ4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/FAQ b/docs/FAQ
index 82edbe0b8..106c15c55 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -1,4 +1,4 @@
-Updated: April 22, 2001 (http://curl.haxx.se/docs/faq.shtml)
+Updated: May 15, 2001 (http://curl.haxx.se/docs/faq.shtml)
_ _ ____ _
___| | | | _ \| |
/ __| | | | |_) | |
@@ -497,6 +497,8 @@ FAQ
5.2 How can I receive all data into a large memory chunk?
+ [ See also the examples/getinmemory.c source ]
+
You are in full control of the callback function that gets called every time
there is data received from the remote server. You can make that callback do
whatever you want. You do not have to write the received data to a file.