-
Notifications
You must be signed in to change notification settings - Fork 977
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
12 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,14 @@ | ||
diff --git src/webserver.cpp src/webserver.cpp | ||
index 5ae7381..04a5a28 100644 | ||
--- src/webserver.cpp | ||
+++ src/webserver.cpp | ||
@@ -443,7 +443,7 @@ int policy_callback (void *cls, const struct sockaddr* addr, socklen_t addrlen) | ||
commit 2678fcf0bc7a645a4043f5c194dfc75da35ab072 | ||
Author: Miro Stauder <[email protected]> | ||
Date: Tue Jan 24 15:05:11 2023 +0000 | ||
|
||
webserver.patch | ||
|
||
diff --git a/src/webserver.cpp b/src/webserver.cpp | ||
index 38542f2..0ae69dc 100644 | ||
--- a/src/webserver.cpp | ||
+++ b/src/webserver.cpp | ||
@@ -441,7 +441,7 @@ MHD_Result policy_callback (void *cls, const struct sockaddr* addr, socklen_t ad | ||
void* uri_log(void* cls, const char* uri) | ||
{ | ||
struct details::modded_request* mr = new details::modded_request(); | ||
|