added pointer to the examples/getinmemory.c source code for paragraph
authorDaniel Stenberg <daniel@haxx.se>
Tue, 15 May 2001 13:09:27 +0000 (13:09 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 15 May 2001 13:09:27 +0000 (13:09 +0000)
5.2 "How can I receive all data into a large memory chunk?"

docs/FAQ

index 82edbe0b857ac272e956a3144d0ac5e6e7b8e7a0..106c15c552bdb95e77e8f6f587a91a6bfd8cb503 100644 (file)
--- 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.