mirror of
https://github.com/lxsang/ant-http
synced 2025-07-26 10:39:45 +02:00
major change for plugin handle
This commit is contained in:
@ -37,7 +37,7 @@ int read_buf(int fd, char*buf,int size)
|
||||
buf[i] = '\0';
|
||||
return i;
|
||||
}
|
||||
void execute(int client, const char* m, dictionary rq)
|
||||
void handler(int client, const char* m, const char* rqp, dictionary rq)
|
||||
{
|
||||
textstream(client);
|
||||
int filedes[2];
|
||||
|
Reference in New Issue
Block a user