Dependencies:   EthernetNetIf mbed

Dependents:   SuperTweet_get

Files at this revision

API Documentation at this revision

Comitter:
donatien
Date:
Fri Jun 18 10:36:31 2010 +0000
Parent:
0:c9e889dbdca5
Child:
2:05688dfa032f
Commit message:

Changed in this revision

HTTPClientStreamingExample.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/HTTPClientStreamingExample.cpp	Mon Jun 14 13:36:01 2010 +0000
+++ b/HTTPClientStreamingExample.cpp	Fri Jun 18 10:36:31 2010 +0000
@@ -30,8 +30,8 @@
   
   char BigBuf[512 + 1] = {0};
   stream.readNext((byte*)BigBuf, 512); //Point to buffer for the first read
-  
-  HTTPResult r = http.get("HTTP://hackaday.com/feed/", &stream, request_callback); //Load a very large page, such as the hackaday RSS feed
+  //HTTPResult r = http.get("http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss.xml", &stream, request_callback); //Load a very large page, such as the hackaday RSS feed
+  HTTPResult r = http.get("http://hackaday.com/feed/", &stream, request_callback); //Load a very large page, such as the hackaday RSS feed
   
   while(!completed)
   {
--- a/mbed.bld	Mon Jun 14 13:36:01 2010 +0000
+++ b/mbed.bld	Fri Jun 18 10:36:31 2010 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/029aa53d7323
+http://mbed.org/users/mbed_official/code/mbed/builds/3944f1e2fa4f