X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fnet%2Fhttp.c;h=fbb43c658311edbcb7a17f493d7d3e911d0a6004;hb=397b786cf067438239bb1cdbf90d91e3fe2062ee;hp=9098da51dbeb87f4bc5af2c80e112e4dea25972d;hpb=ebdb6199fdf3a09932ea6da7b147ee9e19834078;p=bertos.git diff --git a/bertos/net/http.c b/bertos/net/http.c index 9098da51..fbb43c65 100644 --- a/bertos/net/http.c +++ b/bertos/net/http.c @@ -250,8 +250,8 @@ int http_searchContentType(const char *name) /** - * Send on \param client socket - * the 200 Ok http header + * Send on \param client socket the 200 Ok http header with + * select \param content_type */ void http_sendOk(struct netconn *client, int content_type) { @@ -264,8 +264,8 @@ void http_sendOk(struct netconn *client, int content_type) /** - * Send on \param client socket - * the 404 File not found http header + * Send on \param client socket the 404 File not found http header with + * select \param content_type */ void http_sendFileNotFound(struct netconn *client, int content_type) { @@ -277,8 +277,8 @@ void http_sendFileNotFound(struct netconn *client, int content_type) } /** - * Send on \param client socket - * the 500 internal server error http header + * Send on \param client socket the 500 internal server error http header with + * select \param content_type */ void http_sendInternalErr(struct netconn *client, int content_type) {