From dc6ba44ea66c471305908a8053d7de56d705e499 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Sat, 28 Oct 2017 00:03:18 +0200 Subject: [SERVER] Add function to parse x-www-form-urlencoded strings Use it to properly parse RPC queries. Will also come in handy when parsing POST body for calls that actually trigger any actions in the server (reload, alt-servers, ...) --- src/server/picohttpparser/picohttpparser.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/server/picohttpparser') diff --git a/src/server/picohttpparser/picohttpparser.h b/src/server/picohttpparser/picohttpparser.h index 582a1b8..b315795 100644 --- a/src/server/picohttpparser/picohttpparser.h +++ b/src/server/picohttpparser/picohttpparser.h @@ -44,7 +44,6 @@ struct string { size_t l; }; - /* contains name and value of a header (name == NULL if is a continuing line * of a multiline header */ struct phr_header { -- cgit v1.2.3-55-g7522