forked from auracaster/openocd
httpd: retire this server
this never panned out and there are enough mistakes in the code that probably nobody used this. Use the tcl server and implement a standalone http app instead works fine. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
This commit is contained in:
@@ -89,11 +89,11 @@ int connection_write(struct connection *connection, const void *data, int len);
|
||||
int connection_read(struct connection *connection, void *data, int len);
|
||||
|
||||
/**
|
||||
* Used by server_loop(), defined in server_stubs.c, httpd.c, or ecosboard.c
|
||||
* Used by server_loop(), defined in server_stubs.c or ecosboard.c
|
||||
*/
|
||||
void openocd_sleep_prelude(void);
|
||||
/**
|
||||
* Used by server_loop(), defined in server_stubs.c, httpd.c, or ecosboard.c
|
||||
* Used by server_loop(), defined in server_stubs.c or ecosboard.c
|
||||
*/
|
||||
void openocd_sleep_postlude(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user