aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy@warmcat.com>2021-11-11 08:58:29 +0000
committerAndy Green <andy@warmcat.com>2021-11-22 15:39:42 +0000
commiteba4f8cfb850a8a5edf467a73ea085e194ffcf61 (patch)
tree35375d17bbab0ceb9abfbe3f6219cf5770b9dc6c
parentbc83a5720782b310ab683e123d27a1558823c345 (diff)
downloadlibwebsockets-eba4f8cfb850a8a5edf467a73ea085e194ffcf61.tar.gz
http: remove stray debug log
-rw-r--r--lib/roles/http/parsers.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/roles/http/parsers.c b/lib/roles/http/parsers.c
index 18e5b5aa..446bc986 100644
--- a/lib/roles/http/parsers.c
+++ b/lib/roles/http/parsers.c
@@ -545,11 +545,6 @@ int lws_hdr_copy(struct lws *wsi, char *dst, int len,
return -1;
n = wsi->http.ah->frag_index[h];
- if (h == WSI_TOKEN_HTTP_URI_ARGS)
- lwsl_err("%s: WSI_TOKEN_HTTP_URI_ARGS start frag %d\n",
- __func__, n);
-
-
if (!n)
return 0;
do {