fix: break on incomplete

This commit is contained in:
2026-05-13 11:43:29 -03:00
parent d21bbaa281
commit f891c910aa
+2
View File
@@ -538,6 +538,8 @@ void TinyMITMProxy::handleClient(SOCKET clientSocket)
clientStream.buffer.erase(0, totalRequestSize);
clientStream.reset();
}
else
break;
}
}
}