mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-02 15:13:03 +00:00
netutils/webserver: improve modularity of httpd single server
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
f15605da2f
commit
f7448f848b
1 changed files with 1 additions and 1 deletions
|
|
@ -809,7 +809,7 @@ static void single_server(uint16_t portno, pthread_startroutine_t handler,
|
|||
|
||||
/* Handle the request. This blocks until complete. */
|
||||
|
||||
httpd_handler((FAR void *)acceptsd);
|
||||
handler((FAR void *)acceptsd);
|
||||
}
|
||||
|
||||
/* Close the sockets */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue