From 172e60cd476c8c425d7b854b23913596b00304c1 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sat, 1 Aug 2020 16:35:51 +0200 Subject: [PATCH] [HTTP] Added Module overrides for all Arduino core functions --- src/protocols/HTTP/HTTP.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/protocols/HTTP/HTTP.cpp b/src/protocols/HTTP/HTTP.cpp index 63b2fe95..fae9d8ae 100644 --- a/src/protocols/HTTP/HTTP.cpp +++ b/src/protocols/HTTP/HTTP.cpp @@ -64,8 +64,6 @@ int16_t HTTPClient::get(const char* url, String& response) { return(state); } - //delay(1000); - // get the response length size_t numBytes = _tl->getNumBytes(); if(numBytes == 0) {