diff options
author | Lorenz <12514511+RincewindsHat@users.noreply.github.com> | 2023-05-21 22:57:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-21 22:57:31 (GMT) |
commit | 1bce93b28a889edcaed10a920c931a6232940ad8 (patch) | |
tree | 370a6155fb7390c27bc4fee2926eb9a95a132657 /plugins/check_http.c | |
parent | bc47263115a3d6c01ec3ad8ec95951581551a9f5 (diff) | |
parent | 4ed55a1d40ac8693c7d5c9aa3a7301f0a2236135 (diff) | |
download | monitoring-plugins-1bce93b28a889edcaed10a920c931a6232940ad8.tar.gz |
Merge branch 'master' into check_swap_scanf_expressions
Diffstat (limited to 'plugins/check_http.c')
-rw-r--r-- | plugins/check_http.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/check_http.c b/plugins/check_http.c index 8c03bc8..6956a72 100644 --- a/plugins/check_http.c +++ b/plugins/check_http.c | |||
@@ -1391,7 +1391,6 @@ char *unchunk_content(const char *content) { | |||
1391 | // https://en.wikipedia.org/wiki/Chunked_transfer_encoding | 1391 | // https://en.wikipedia.org/wiki/Chunked_transfer_encoding |
1392 | // https://www.rfc-editor.org/rfc/rfc7230#section-4.1 | 1392 | // https://www.rfc-editor.org/rfc/rfc7230#section-4.1 |
1393 | char *result = NULL; | 1393 | char *result = NULL; |
1394 | size_t content_length = strlen(content); | ||
1395 | char *start_of_chunk; | 1394 | char *start_of_chunk; |
1396 | char* end_of_chunk; | 1395 | char* end_of_chunk; |
1397 | long size_of_chunk; | 1396 | long size_of_chunk; |