From 6cefbc13afe51201d73848edfb83fc9132b59fd5 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 19 Nov 2009 15:30:18 +0100 Subject: [PATCH] all scans works --- test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.c b/test.c index f481030..19d87da 100644 --- a/test.c +++ b/test.c @@ -990,7 +990,6 @@ main (void) , &requests[GET_ONE_HEADER_NO_BODY] , &requests[GET_NO_HEADERS_NO_BODY] ); -#if 0 printf("request scan 2/3 "); test_scan( &requests[GET_FUNKY_CONTENT_LENGTH] @@ -1007,6 +1006,7 @@ main (void) puts("requests okay"); +#if 0 //// RESPONSES for (i = 0; i < response_count; i++) {