diff --git a/lib/parsers.c b/lib/parsers.c index 4da1cff2..3d2139cc 100644 --- a/lib/parsers.c +++ b/lib/parsers.c @@ -1979,6 +1979,7 @@ send_raw: /** * libwebsockets_serve_http_file() - Send a file back to the client using http + * @context: libwebsockets context * @wsi: Websocket instance (available from user callback) * @file: The file to issue over http * @content_type: The http content type, eg, text/html diff --git a/libwebsockets-api-doc.html b/libwebsockets-api-doc.html index ed43e095..927573a7 100644 --- a/libwebsockets-api-doc.html +++ b/libwebsockets-api-doc.html @@ -417,6 +417,8 @@ packet while not burdening the user code with any protocol knowledge. const char * content_type)