diff --git a/libwebsockets-api-doc.html b/libwebsockets-api-doc.html
index 423af55e..13d3f006 100644
--- a/libwebsockets-api-doc.html
+++ b/libwebsockets-api-doc.html
@@ -500,6 +500,7 @@ may set it.
Description
Notice it does so by dropping '\0' into input string
+and the leading / on the path is consequently lost
lws_cancel_service - Cancel servicing of pending websocket activity
@@ -1516,6 +1517,7 @@ header.
short max_http_header_pool;
unsigned int count_threads;
unsigned int fd_limit_per_thread;
+ unsigned int timeout_secs;
};
Members
@@ -1606,6 +1608,11 @@ becomes free.
- nonzero means restrict each service thread to this
many fds, 0 means the default which is divide the process fd
limit by the number of threads.
+
- timeout_secs
+
- various processes involving network roundtrips in the
+library are protected from hanging forever by timeouts. If
+nonzero, this member lets you set the timeout used in seconds.
+Otherwise a default timeout is used.
struct lws_client_connect_info - parameters to connect with when using lws_client_connect_via_info()