mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-06 18:43:12 +02:00
Rename some more:
* WEB() now has handle_request() and handle_body(), makes more sense. * webserver_handle_body_data() -> webserver_handle_body() * and similar cases
This commit is contained in:
+1
-1
@@ -1392,7 +1392,7 @@ void webserver_close_client_default_handler(Client *client)
|
||||
{
|
||||
}
|
||||
|
||||
int webserver_handle_request_body_default_handler(Client *client, WebRequest *web, const char *readbuf, int length)
|
||||
int webserver_handle_body_default_handler(Client *client, WebRequest *web, const char *readbuf, int length)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user