David Shoneye / HTTPClient

Files at this revision

API Documentation at this revision

Comitter:
dshoneye
Date:
Mon Apr 29 00:53:36 2019 +0000
Parent:
19:a0d9edb403e5
Commit message:
Commit

Changed in this revision

HTTPClient.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/HTTPClient.cpp	Fri Mar 20 14:17:14 2015 +0000
+++ b/HTTPClient.cpp	Mon Apr 29 00:53:36 2019 +0000
@@ -131,6 +131,7 @@
   char path[64];
   //First we need to parse the url (http[s]://host[:port][/[path]]) -- HTTPS not supported (yet?)
   HTTPResult res = parseURL(url, scheme, sizeof(scheme), host, sizeof(host), &port, path, sizeof(path));
+  
   if(res != HTTP_OK)
   {
     ERR("parseURL returned %d", res);