diff --git a/src/api.cpp b/src/api.cpp
index d15b273..d613081 100644
--- a/src/api.cpp
+++ b/src/api.cpp
@@ -94,6 +94,7 @@ void sendToApi(void *parameter) {
     String octoToken = params->octoToken;    
 
     HTTPClient http;
+    http.setReuse(false);
     http.begin(spoolsUrl);
     http.addHeader("Content-Type", "application/json");
     if (octoEnabled && octoToken != "") http.addHeader("X-Api-Key", octoToken);