diff --git a/src/client.cpp b/src/client.cpp index 523d350..6ed3330 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -201,6 +201,8 @@ bool connection_handler(const char *preprefix, const char *col1, const char *col } else { redir = false; } + } else { + redir = false; } URI path = URI(getWebRoot(host), req.getPath());