Skip to content
Snippets Groups Projects
Commit cb29e39f authored by michael.minelli's avatar michael.minelli
Browse files

Merge branch 'jw_issue_timeout' into v3.6.0

parents 6f9a561e a3e113de
No related branches found
No related tags found
No related merge requests found
Pipeline #30100 passed
...@@ -26,6 +26,8 @@ class ClientVersionCheckerMiddleware { ...@@ -26,6 +26,8 @@ class ClientVersionCheckerMiddleware {
} }
new Session().sendResponse(res, HttpStatusCode.MethodNotAllowed, {}, `Unsupported client.`, DojoStatusCode.CLIENT_NOT_SUPPORTED); new Session().sendResponse(res, HttpStatusCode.MethodNotAllowed, {}, `Unsupported client.`, DojoStatusCode.CLIENT_NOT_SUPPORTED);
} else {
next();
} }
}; };
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment