Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lavabit/magma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjpadkins <jacobpadkins@gmail.com>2017-04-06 05:02:54 +0300
committerjpadkins <jacobpadkins@gmail.com>2017-04-06 05:02:54 +0300
commite2796089eddcff7e67c2427ff29c0ffebbde6174 (patch)
tree735734d9083de9e31e0ba5681b1ec89b95c00cbb /check/magma/servers/http/http_check_network.c
parent4a7a610a4f42d5e1883287202fc1aa607e94c67c (diff)
Updated camel test helpers, fixing some issues
Diffstat (limited to 'check/magma/servers/http/http_check_network.c')
-rw-r--r--check/magma/servers/http/http_check_network.c2
1 files changed, 1 insertions, 1 deletions
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;