diff --git a/src/output/output_https.cpp b/src/output/output_https.cpp index afdc4506..c356d530 100644 --- a/src/output/output_https.cpp +++ b/src/output/output_https.cpp @@ -127,6 +127,7 @@ namespace Mist{ Socket::Connection http(fd[0]); http.setBlocking(false); Socket::Buffer &http_buf = http.Received(); + http_buf.splitter.clear(); // pass data back and forth between the SSL connection and HTTP process while connected while (config->is_active && http){