Skip to content

Commit da79137

Browse files
committed
Fixed GET issue
1 parent 1c857d8 commit da79137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RestClient.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ int RestClient::request(const char* method, String path, String body){
9696
requestString += contentType;
9797
requestString += "\n\n";
9898
requestString += body;
99-
requestString += "\n\n";
10099
}
100+
requestString += "\n\n";
101101
client->print(requestString);
102102

103103
// make sure you've sent all bytes. Ugly hack.

0 commit comments

Comments
 (0)