Skip to content

Commit d4541fc

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 12a670f commit d4541fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/WebRequest.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1356,6 +1356,7 @@ const char *AsyncWebServerRequest::methodToString(WebRequestMethod method) const
13561356
/* RFC-2068, section 19.6.1.2 */
13571357
case HTTP_LINK: return T_LINK;
13581358
case HTTP_UNLINK: return T_UNLINK;
1359+
case HTTP_ANY: return T_ANY;
13591360
default: return T_UNKNOWN;
13601361
}
13611362
}

0 commit comments

Comments
 (0)