From ef52728f7e7461cab37ee3cbc3ef9b0d7e328c65 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sun, 28 Aug 2016 02:45:06 -0400 Subject: add header value parser, fix hashing --- test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test.c') diff --git a/test.c b/test.c index b1ca674..42e6f78 100644 --- a/test.c +++ b/test.c @@ -32,6 +32,7 @@ basic_str = "GET / HTTP/1.1\r\n" "Host: pablotron.org\r\n" "Connection: close\r\n" + "Transfer-Encoding: deflate, chunked\r\n" "\r\n"; static bool -- cgit v1.2.3