Skip to content

Commit 8c9d46b

Browse files
authored
Update HTTPClient.cpp
1 parent 5e0d2b9 commit 8c9d46b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/HTTPClient/src/HTTPClient.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,6 @@ int HTTPClient::handleHeaderResponse()
11991199
_canReuse = (headerLine[sizeof "HTTP/1." - 1] != '0');
12001200
}
12011201
}
1202-
headerLine.substring(headerLine.indexOf(' '));
12031202
_returnCode = headerLine.substring(headerLine.indexOf(' ')).toInt();
12041203

12051204
while(connected()) {

0 commit comments

Comments
 (0)