diff options
-rw-r--r-- | src/main.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -212,9 +212,6 @@ static int tip_client_get_hdr(struct tip_client *cli) } } - if (payload_len >= cli->content_len) - return 0; - return 1; } |
index : tiptorrent-client | ||
Tiptorrent client | tiptorrent@soleta.eu |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | src/main.c | 3 |
@@ -212,9 +212,6 @@ static int tip_client_get_hdr(struct tip_client *cli) } } - if (payload_len >= cli->content_len) - return 0; - return 1; } |