From 0308b0cc9fab95f0f12aa874ae1fcded31d7f573 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sun, 28 Aug 2016 23:23:10 -0400 Subject: add content-type parser --- test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test.c') diff --git a/test.c b/test.c index 7bcb360..280eab0 100644 --- a/test.c +++ b/test.c @@ -31,6 +31,7 @@ static const char * basic_str = "GET / HTTP/1.1\r\n" "Host: pablotron.org\r\n" + "Content-Type: application/x-www-form-urlencoded\r\n" "Connection: close\r\n" "Content-Length: 15\r\n" "\r\n" -- cgit v1.2.3