aboutsummaryrefslogtreecommitdiff
path: root/lib/roles
diff options
context:
space:
mode:
authorAndy Green <andy@warmcat.com>2021-06-23 05:14:55 +0100
committerAndy Green <andy@warmcat.com>2021-07-04 10:29:52 +0100
commit5432e8ae7bf85293569751c6f116921fec00b312 (patch)
treeb4e343077643d4ff3f3352768791d6ca89e89e2b /lib/roles
parenta7edd16399a08788fca77f56c9620c5bb4386977 (diff)
downloadlibwebsockets-5432e8ae7bf85293569751c6f116921fec00b312.tar.gz
sspc: add concurrency stress
Add a way to perform sspc tests with increased concurrency and sequential tests
Diffstat (limited to 'lib/roles')
-rw-r--r--lib/roles/cgi/ops-cgi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/roles/cgi/ops-cgi.c b/lib/roles/cgi/ops-cgi.c
index d7e1cf30..d0dfc3cf 100644
--- a/lib/roles/cgi/ops-cgi.c
+++ b/lib/roles/cgi/ops-cgi.c
@@ -47,13 +47,13 @@ rops_handle_POLLIN_cgi(struct lws_context_per_thread *pt, struct lws *wsi,
}
if (!wsi->parent) {
- lwsl_wsi_debug(wsi, "stdwsi content with parent\n", __func__);
+ lwsl_wsi_debug(wsi, "stdwsi content with parent");
return LWS_HPI_RET_HANDLED;
}
if (!wsi->parent->http.cgi) {
- lwsl_wsi_notice("stdwsi content with deleted cgi object");
+ lwsl_wsi_notice(wsi, "stdwsi content with deleted cgi object");
return LWS_HPI_RET_HANDLED;
}