Un-break http3 examples

This commit is contained in:
Alex Hultman
2023-12-23 02:26:13 +01:00
parent 03c2997f2e
commit 71ec3d34c1
+1 -1
View File
@@ -138,7 +138,7 @@ namespace uWS {
/* Todo: This is ugly, fix */
std::vector<std::string> methods;
if (method == "*") {
methods = contextData->router.upperCasedMethods; //bug! needs to be upper cased!
methods = {"*"}; //bug! needs to be upper cased!
// router.upperCasedMethods;
} else {
methods = {method};