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:
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;