diff options
Diffstat (limited to 'src/zenhttp/httpsys.h')
| -rw-r--r-- | src/zenhttp/httpsys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenhttp/httpsys.h b/src/zenhttp/httpsys.h index d79206082..65239bae7 100644 --- a/src/zenhttp/httpsys.h +++ b/src/zenhttp/httpsys.h @@ -64,7 +64,7 @@ private: void Cleanup(); void StartServer(); - void OnHandlingRequest(); + void OnHandlingNewRequest(); void IssueNewRequestMaybe(); void RegisterService(const char* Endpoint, HttpService& Service); |