From 93aaaf371c4f145717deb8eea43784d1c93ca6f7 Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Sun, 10 Apr 2022 09:55:44 +0100 Subject: [PATCH] docs: fix typo --- include/libwebsockets/lws-http.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/libwebsockets/lws-http.h b/include/libwebsockets/lws-http.h index ad80056a3..41628da48 100644 --- a/include/libwebsockets/lws-http.h +++ b/include/libwebsockets/lws-http.h @@ -535,8 +535,6 @@ lws_hdr_custom_name_foreach(struct lws *wsi, lws_hdr_custom_fe_cb_t cb, void *op * * Use this in place of lws_get_urlarg_by_name() that does not return an * explicit length. - * - * Use lws_get_urlarg_by_name_safe() instead of this, which returns the length. */ LWS_VISIBLE LWS_EXTERN int lws_get_urlarg_by_name_safe(struct lws *wsi, const char *name, char *buf, int len);