Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of HTTPServer by
Revision 18:0d9ea97a13f9, committed 2017-05-04
- Comitter:
- dotunhunter
- Date:
- Thu May 04 12:09:12 2017 +0000
- Parent:
- 17:c690fb2de477
- Commit message:
- Commit for HTTPServer. Mbed asked me to commit it probably because it may be an old version. I'm not sure why.
Changed in this revision
| HTTPServer.cpp | Show annotated file Show diff for this revision Revisions of this file | 
--- a/HTTPServer.cpp	Mon Jun 15 16:07:28 2015 +0000
+++ b/HTTPServer.cpp	Thu May 04 12:09:12 2017 +0000
@@ -64,6 +64,7 @@
             return false;
         }
         
+        wait(10.0);
         INFO("Connected IP %s", m_pEthernet->getIPAddress());
         
     } else {
    