From e2796089eddcff7e67c2427ff29c0ffebbde6174 Mon Sep 17 00:00:00 2001 From: jpadkins Date: Wed, 5 Apr 2017 21:02:54 -0500 Subject: Updated camel test helpers, fixing some issues --- check/magma/servers/http/http_check_network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check/magma/servers/http/http_check_network.c') diff --git a/check/magma/servers/http/http_check_network.c b/check/magma/servers/http/http_check_network.c index 7aca3d38..5d823c4f 100644 --- a/check/magma/servers/http/http_check_network.c +++ b/check/magma/servers/http/http_check_network.c @@ -32,8 +32,8 @@ bool_t check_http_read_to_empty(client_t *client) { */ size_t check_http_content_length_get(client_t *client) { - size_t location = 0, content_length = 0; placer_t cl_placer = pl_null(); + size_t location = 0, content_length = 0; while (st_cmp_ci_starts(&(client->line), NULLER("Content-Length:")) != 0) { if (client_read_line(client) <= 2) return content_length; -- cgit v1.2.3