libwebsockets/lib/roles/cgi
Albert Ribes a507693016 Subject: [PATCH] Fix cgi QUERY_STRING key only field truncated
A request like 'http://host?abc' set the QUERY_STRING variable for CGIs
to "ab" instead of "abc". This was because the code didn't account for
key-only fields, only for key-value ones.
2025-04-07 15:25:03 +01:00
..
cgi-server.c Subject: [PATCH] Fix cgi QUERY_STRING key only field truncated 2025-04-07 15:25:03 +01:00
CMakeLists.txt cmakelist: Augean Stables refactor 2020-05-27 08:40:12 +01:00
ops-cgi.c sspc: add concurrency stress 2021-07-04 10:29:52 +01:00
private-lib-roles-cgi.h docs: switch to use main 2020-10-19 16:35:03 +01:00